Browse Source

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

sensordb2 1 month ago
parent
commit
ae318480c0
1 changed files with 0 additions and 1 deletions
  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