Skip to content

Commit 05cfa82

Browse files
committed
有设置保号才恢复cron
1 parent 8aeff99 commit 05cfa82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

keepalive.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -316,4 +316,6 @@ for obj in "${monitor[@]}"; do
316316

317317
done
318318

319-
checkResetCron
319+
if [ ${#monitor[@]} -gt 0 ]; then
320+
checkResetCron
321+
fi

0 commit comments

Comments
 (0)