Explorar el Código

fixed missing fi in update.sh

DerLinkman hace 6 meses
padre
commit
c503abfe40
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      update.sh

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