Sfoglia il codice sorgente

fixed missing fi in update.sh

DerLinkman 6 mesi fa
parent
commit
c503abfe40
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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