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

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!"