From f654c76787792d099a079b6e49cc8f942f715fb2 Mon Sep 17 00:00:00 2001 From: marcelveldt Date: Sat, 12 Oct 2019 02:52:22 +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 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 -- 2.34.1