sleep for more 10 sec
This commit is contained in:
parent
b120666a60
commit
87730d6a2d
|
@ -38,7 +38,7 @@ one_week_sec=604800
|
||||||
# Instead of trying to run `cron` or something like that, just leep and run `certbot`.
|
# Instead of trying to run `cron` or something like that, just leep and run `certbot`.
|
||||||
while [ true ]; do
|
while [ true ]; do
|
||||||
# Sleep for 1 week
|
# Sleep for 1 week
|
||||||
sleep 604800 &
|
sleep 604810 &
|
||||||
SLEEP_PID=$!
|
SLEEP_PID=$!
|
||||||
|
|
||||||
last_sync_sec=$(stat -c %Y "$last_sync_file")
|
last_sync_sec=$(stat -c %Y "$last_sync_file")
|
||||||
|
|
Loading…
Reference in New Issue