From 3ae0a83309bf8f0e326ebd732c8b08d6fea875a4 Mon Sep 17 00:00:00 2001 From: cubedro Date: Wed, 17 Jun 2015 00:50:50 +0300 Subject: [PATCH] added empty cache when updating --- bin/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/update.sh b/bin/update.sh index 5309237..a57c08d 100755 --- a/bin/update.sh +++ b/bin/update.sh @@ -46,6 +46,7 @@ fi heading "Flushing logs" pm2 flush rm -Rf ~/logs/* +rm -rf ~/.local/share/Trash/* heading "Stopping processes" pm2 kill