소스 검색

opt: run.sh删除调用./status.sh

sensordb2 1 개월 전
부모
커밋
ae318480c0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      nginx-ui-green/run.sh

+ 0 - 1
nginx-ui-green/run.sh

@@ -68,5 +68,4 @@ else
     fi
     log_file="nginx-ui-green_$(date "+%Y-%m-%d-%H:%M:%S").log"
     ./bin/nginx-ui -config $base_dir/config/app.ini &> "${log_path}${log_file}" &
-    ./status.sh
 fi