Browse Source

更新脚本 4

wuweihao 3 years ago
parent
commit
673d3608eb
1 changed files with 2 additions and 6 deletions
  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