Ver código fonte

更新脚本 4

wuweihao 3 anos atrás
pai
commit
673d3608eb
1 arquivos alterados com 2 adições e 6 exclusões
  1. 2 6
      run.sh

+ 2 - 6
run.sh

@@ -46,18 +46,14 @@ restartApp(){
 case $APP_ORDER in
     "start")
         startApp
-
         ;;
     "stop")
         stopApp
-
         ;;
 	"restart")
 		restartApp
-
-	;;
-    *)
-
+        ;;
+        *)
      ;;
 esac