From 2277f3b2fdb00bcd02f58ed40fbca4528eb4e21f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Fri, 3 Jan 2025 07:57:27 +0800 Subject: [PATCH] Update serv00.sh --- serv00.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/serv00.sh b/serv00.sh index 21f9363..889c561 100644 --- a/serv00.sh +++ b/serv00.sh @@ -1122,7 +1122,7 @@ cat $WORKDIR/ip.txt echo if [[ -e $WORKDIR/list.txt ]]; then green "已安装sing-box" -ps aux | grep '[c]onfig' > /dev/null && green "主进程启动正常" || yellow "主进程启动中……2分钟后可再次进入脚本查看" +ps aux | grep '[c]onfig' > /dev/null && green "主进程运行正常" || yellow "主进程启动中……2分钟后可再次进入脚本查看" if [ -f "$WORKDIR/boot.log" ] && grep -q "trycloudflare.com" "$WORKDIR/boot.log" 2>/dev/null && ps aux | grep [l]ocalhost > /dev/null; then green "当前Argo临时域名:$(grep -oE 'https://[[:alnum:]+\.-]+\.trycloudflare\.com' $WORKDIR/boot.log 2>/dev/null | sed 's@https://@@')" elif ps aux | grep [t]oken > /dev/null; then @@ -1135,7 +1135,7 @@ else check_process="! ps aux | grep '[c]onfig' > /dev/null || ! ps aux | grep [t]oken > /dev/null" fi (crontab -l 2>/dev/null; echo "*/2 * * * * if $check_process; then /bin/bash serv00keep.sh; fi") | crontab - -yellow "Cron保活丢失?已修复成功" +yellow "Cron保活可能被重置清空!现已修复成功" else green "Cron保活运行正常" fi