Update serv00.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-01-17 16:10:01 +08:00
committed by GitHub
parent 056630f173
commit 914b8aec1b
+1 -1
View File
@@ -421,7 +421,7 @@ if [ -e "$(basename ${FILE_MAP[bot]})" ]; then
nohup ./"$agg" $args >/dev/null 2>&1 &
sleep 10
if pgrep -x "$agg" > /dev/null; then
green "$agg Arog进程已启动"
green "$agg Argo进程已启动"
else
red "$agg Argo进程未启动, 重启中..."
pkill -x "$agg"