CzRger 1 ano atrás
pai
commit
93c2690c58
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      run-ax-node.sh

+ 0 - 1
run-ax-node.sh

@@ -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进程