fixed missing fi in update.sh

This commit is contained in:
DerLinkman
2025-05-27 15:29:48 +02:00
parent 73929db796
commit c503abfe40
+2 -1
View File
@@ -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