@@ -4,7 +4,6 @@ cd /usr/share/nginx/html/ax-node
chmod u+x ./app
# 获取当前nohup进程的pid
nohup_pid=$(pgrep -f "nohup" | grep "./app")
-
# 如果找到当前nohup进程
if [ -n "$nohup_pid" ]; then
# 关闭当前nohup进程