From be8537d1651399fd0481c4ec05a8478739783f0d 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 19da6cd83..00a93c39f 100755 --- a/update.sh +++ b/update.sh @@ -360,7 +360,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