Update start.sh

This commit is contained in:
星光-k
2025-01-14 16:50:31 +08:00
committed by GitHub
parent 2485a83f2c
commit a9021dc262

View File

@@ -33,8 +33,8 @@ while true; do
start_script
# 等待一段时间,检查脚本是否还在运行
sleep 180
sleep 86400
if ! screen -list | grep -q $screen_name; then
echo "脚本意外停止。正在重启..."
fi
done
done