From 87730d6a2db93bf6749c19fcc2d5ab33cc38eaf5 Mon Sep 17 00:00:00 2001 From: Valder Gallo Date: Thu, 28 Jun 2018 12:19:02 -0300 Subject: [PATCH] sleep for more 10 sec --- scripts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index 5f4aa6a..ba6f2c1 100644 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -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")