Преглед изворни кода

fixed missing fi in update.sh

DerLinkman пре 3 месеци
родитељ
комит
be8537d165
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      update.sh

+ 2 - 1
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