Explorar el Código

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

sensordb2 hace 1 mes
padre
commit
1ebe339a81
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      nginx-green/run.sh

+ 0 - 1
nginx-green/run.sh

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