CzRger 1 jaar geleden
bovenliggende
commit
93c2690c58
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  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进程