소스 검색

exitbypass

Daniel Gibbs 10 년 전
부모
커밋
7c66cb0588
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      lgsm/functions/command_validate.sh

+ 3 - 0
lgsm/functions/command_validate.sh

@@ -38,9 +38,12 @@ fn_validation(){
 
 check_status.sh
 if [ "${status}" != "0" ]; then
+	exitbypass=1
     command_stop.sh
     fn_validation
+    exitbypass=1
     command_start.sh
 else
     fn_validation
 fi
+core_exit.sh