From c10c9a9b41274beec35f81582256d24e30e7aa8a Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Sun, 10 Oct 2021 17:25:04 -0700 Subject: [PATCH] Workaround for AUTOUPDATE=false after Github update --- init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/init.sh b/init.sh index 328f1db..0722aea 100644 --- a/init.sh +++ b/init.sh @@ -118,6 +118,7 @@ else echo " === Pulling from github... (This might take a while)" git pull upstream master 2> /dev/null echo " === Using latest version on $DL_LINK" + echo "github" > version echo " === Starting!" httpd-foreground elif [ $DL_TYPE = "mega" ]; then # the mega structure