From b8b5a4458e40fadb7cf8bde53d7c0c55fe165f38 Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 30 Sep 2021 00:31:33 -0700 Subject: [PATCH] Fixed missing fi --- init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/init.sh b/init.sh index aa2bebf..d1abdaa 100644 --- a/init.sh +++ b/init.sh @@ -42,6 +42,7 @@ if [ $AUTOUPDATE = false ]; then else echo " === No local version detected. Exiting." exit 1 + fi else # if the user does want to update from a source, # check if url provided via the $DL_LINK env variable is connectable