From: marcelveldt Date: Sat, 12 Oct 2019 00:55:58 +0000 (+0200) Subject: Update run.sh X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=5368fe7efd1fff783043642464258f74fe5f25e1;p=music-assistant-server.git Update run.sh --- 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