wuweihao 3 lat temu
rodzic
commit
673d3608eb
1 zmienionych plików z 2 dodań i 6 usunięć
  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