Commit b9af75bb authored by 赵啸非's avatar 赵啸非

修改门户配置打包

parent 06277c64
......@@ -139,6 +139,8 @@ start_service_and_nginx() {
systemctl enable ${PROJECT_NAME}
systemctl daemon-reload
systemctl stop ${PROJECT_NAME}
sleep 3
writelog ${systemctl status ${PROJECT_NAME}}
systemctl start ${PROJECT_NAME}
nginx -t
nginx -s reload
......
......@@ -19,7 +19,7 @@ fi
echo "stoping application $PROJECT_NAME......"
kill -9 ${pid}
kill -15 ${pid}
echo "Send shutdown request to Server $PROJECT_NAME OK"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment