projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bb6294
)
Update run.sh
author
marcelveldt
<marcelvanderveldt@MacBook-Silvia.local>
Sat, 12 Oct 2019 00:36:06 +0000
(
02:36
+0200)
committer
marcelveldt
<marcelvanderveldt@MacBook-Silvia.local>
Sat, 12 Oct 2019 00:36:06 +0000
(
02:36
+0200)
run.sh
patch
|
blob
|
history
diff --git
a/run.sh
b/run.sh
index 584a4f8dc25c45bca9f4e4188fc745e595a7d5b3..bcb78f00f659e0e56c9ee75df0059e7ef72cc897 100755
(executable)
--- a/
run.sh
+++ b/
run.sh
@@
-9,6
+9,8
@@
if [ "$autoupdate" == "true" ]; then
cd /tmp
curl -LOks "https://github.com/marcelveldt/musicassistant/archive/master.zip"
unzip -q master.zip
+ rm -R /usr/src/app
+ mkdir /usr/src/app
cp -rf musicassistant-master/. /usr/src/app
rm -R /tmp/musicassistant-master
fi