瀏覽代碼

fixed missing fi in update.sh

DerLinkman 3 月之前
父節點
當前提交
c503abfe40
共有 1 個文件被更改,包括 2 次插入1 次删除
  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