From: marcelveldt Date: Sat, 12 Oct 2019 00:34:59 +0000 (+0200) Subject: Update run.sh X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=7bb62948fa1b7464f22251d2bcc071b3dc2abf09;p=music-assistant-server.git Update run.sh --- diff --git a/run.sh b/run.sh index b68e315f..584a4f8d 100755 --- a/run.sh +++ b/run.sh @@ -1,6 +1,8 @@ #!/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!"