sleep for more 10 sec

This commit is contained in:
Valder Gallo 2018-06-28 12:19:02 -03:00
parent b120666a60
commit 87730d6a2d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ one_week_sec=604800
# Instead of trying to run `cron` or something like that, just leep and run `certbot`.
while [ true ]; do
# Sleep for 1 week
sleep 604800 &
sleep 604810 &
SLEEP_PID=$!
last_sync_sec=$(stat -c %Y "$last_sync_file")