소스 검색

更新脚本 4

wuweihao 3 년 전
부모
커밋
673d3608eb
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  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