From 7b4fb58389307a80dcfac3d643603abf1ceb3e0d Mon Sep 17 00:00:00 2001 From: marcelveldt Date: Sat, 12 Oct 2019 02:36:06 +0200 Subject: [PATCH] Update run.sh --- run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.sh b/run.sh index 584a4f8d..bcb78f00 100755 --- a/run.sh +++ b/run.sh @@ -9,6 +9,8 @@ if [ "$autoupdate" == "true" ]; then cd /tmp curl -LOks "https://github.com/marcelveldt/musicassistant/archive/master.zip" unzip -q master.zip + rm -R /usr/src/app + mkdir /usr/src/app cp -rf musicassistant-master/. /usr/src/app rm -R /tmp/musicassistant-master fi -- 2.34.1