更新 start.sh

This commit is contained in:
星光-k
2025-01-13 18:40:33 +00:00
committed by GitHub
parent 6ec682cb1a
commit 9ec0b39b16

View File

@@ -28,7 +28,7 @@ while true; do
start_script
# 等待一段时间,检查脚本是否还在运行
sleep 5
sleep 180
if ! screen -list | grep -q $screen_name; then
echo "Script stopped unexpectedly. Restarting..."
fi