From: marcelveldt Date: Sat, 12 Oct 2019 00:52:22 +0000 (+0200) Subject: Update run.sh X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=f654c76787792d099a079b6e49cc8f942f715fb2;p=music-assistant-server.git Update run.sh --- diff --git a/run.sh b/run.sh index 6a7f3c97..f1e0698a 100755 --- a/run.sh +++ b/run.sh @@ -10,10 +10,9 @@ if [ "$autoupdate" == "true" ]; then curl -LOks "https://github.com/marcelveldt/musicassistant/archive/master.zip" unzip -q master.zip cp -rf musicassistant-master/. /usr/src/app - ls /usr/src/app rm -R /tmp/musicassistant-master fi # run program cd /usr/src/app -exec python3 /usr/src/app/main.py /data > /proc/1/fd/1 2>/proc/1/fd/2 \ No newline at end of file +exec python3 main.py /data > /proc/1/fd/1 2>/proc/1/fd/2 \ No newline at end of file