From c503abfe408453f83f67893c1c65bcc20f523465 Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Tue, 27 May 2025 15:29:48 +0200 Subject: [PATCH] fixed missing fi in update.sh --- update.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 5b7f16459..84da5f0ea 100755 --- a/update.sh +++ b/update.sh @@ -381,7 +381,8 @@ if [ ! "$DEV" ]; then if [ "${EXIT_COUNT}" -ge 1 ]; then echo "Changes for the update Script, please run this script again, exiting!" exit 2 - + fi + fi if [ ! "$FORCE" ]; then