From c799c7eae629e022bb464d39e48781acdc695ab7 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, 24 Jan 2025 22:30:21 +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 c4e8d3c..444a5a2 100644 --- a/serv00.sh +++ b/serv00.sh @@ -1230,8 +1230,8 @@ 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 "主进程与Argo进程启动中…………2分钟后可再次进入脚本查看" +purple "Serv00开大招了,把Cron保活重置清空了!但现已修复成功!" +purple "主进程与Argo进程启动中…………2分钟后可再次进入脚本查看" else green "Cron保活运行正常" fi