From a9021dc26207b6be298e6f160afd20dca0d76c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:50:31 +0800 Subject: [PATCH] Update start.sh --- bin/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/start.sh b/bin/start.sh index ba5e956..e0d8a88 100755 --- a/bin/start.sh +++ b/bin/start.sh @@ -33,8 +33,8 @@ while true; do start_script # 等待一段时间,检查脚本是否还在运行 - sleep 180 + sleep 86400 if ! screen -list | grep -q $screen_name; then echo "脚本意外停止。正在重启..." fi -done \ No newline at end of file +done