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:
9ac95aa
)
Update run.sh
author
marcelveldt
<marcelvanderveldt@MacBook-Silvia.local>
Sat, 12 Oct 2019 00:34:59 +0000
(
02:34
+0200)
committer
marcelveldt
<marcelvanderveldt@MacBook-Silvia.local>
Sat, 12 Oct 2019 00:34:59 +0000
(
02:34
+0200)
run.sh
patch
|
blob
|
history
diff --git
a/run.sh
b/run.sh
index b68e315f51193040e6be1a865efa64a834b60259..584a4f8dc25c45bca9f4e4188fc745e595a7d5b3 100755
(executable)
--- 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!"