missing recreate the file for the next week
This commit is contained in:
parent
d9ba362833
commit
b120666a60
|
@ -48,6 +48,9 @@ while [ true ]; do
|
||||||
|
|
||||||
echo "Not run_certbot.sh"
|
echo "Not run_certbot.sh"
|
||||||
if [ $is_finshed_week_sec -lt 0 ]; then
|
if [ $is_finshed_week_sec -lt 0 ]; then
|
||||||
|
# recreate the file
|
||||||
|
touch "$last_sync_file"
|
||||||
|
|
||||||
# re-run certbot
|
# re-run certbot
|
||||||
echo "Run certbot"
|
echo "Run certbot"
|
||||||
/scripts/run_certbot.sh
|
/scripts/run_certbot.sh
|
||||||
|
|
Loading…
Reference in New Issue