Update run.sh
authormarcelveldt <marcelvanderveldt@MacBook-Silvia.local>
Sat, 12 Oct 2019 00:52:22 +0000 (02:52 +0200)
committermarcelveldt <marcelvanderveldt@MacBook-Silvia.local>
Sat, 12 Oct 2019 00:52:22 +0000 (02:52 +0200)
run.sh

diff --git a/run.sh b/run.sh
index 6a7f3c97b1703bc92fbd92339ef0efde73db95c5..f1e0698a58f850e37724f8bb96d82f3e0eb78730 100755 (executable)
--- 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