From 7bb62948fa1b7464f22251d2bcc071b3dc2abf09 Mon Sep 17 00:00:00 2001 From: marcelveldt Date: Sat, 12 Oct 2019 02:34:59 +0200 Subject: [PATCH] Update run.sh --- run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.sh b/run.sh index b68e315f..584a4f8d 100755 --- 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!" -- 2.34.1