Explorar el Código

更新脚本 4

wuweihao hace 3 años
padre
commit
673d3608eb
Se han modificado 1 ficheros con 2 adiciones y 6 borrados
  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