Browse Source

更新脚本 3

wuweihao 3 năm trước cách đây
mục cha
commit
95f4fe649b
1 tập tin đã thay đổi với 4 bổ sung5 xóa
  1. 4 5
      run.sh

+ 4 - 5
run.sh

@@ -46,19 +46,18 @@ restartApp(){
 case $APP_ORDER in
     "start")
         startApp
-		exit 0
+
         ;;
     "stop")
         stopApp
-		exit 1
+
         ;;
 	"restart")
 		restartApp
-		exit 2
+
 	;;
     *)
-     echo "Unknown inupt!"
-     exit 3
+
      ;;
 esac