From 5368fe7efd1fff783043642464258f74fe5f25e1 Mon Sep 17 00:00:00 2001 From: marcelveldt Date: Sat, 12 Oct 2019 02:55:58 +0200 Subject: [PATCH] Update run.sh --- run.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/run.sh b/run.sh index f1e0698a..309574a8 100755 --- a/run.sh +++ b/run.sh @@ -1,8 +1,6 @@ #!/bin/sh set -e -SET autoupdate = 'true' - # auto update to latest git version if update environmental variable is set if [ "$autoupdate" == "true" ]; then echo "Auto updating to latest (unstable) git version!" @@ -11,6 +9,7 @@ if [ "$autoupdate" == "true" ]; then unzip -q master.zip cp -rf musicassistant-master/. /usr/src/app rm -R /tmp/musicassistant-master + rm /usr/src/app/database.py fi # run program -- 2.34.1