mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Sleep 60 after LE renew
This commit is contained in:
parent
d3742b6f2d
commit
3118b9b91a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ for user in $users; do
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ $lecounter -gt 0 ]; then
|
if [ $lecounter -gt 0 ]; then
|
||||||
sleep 10
|
sleep 60
|
||||||
fi
|
fi
|
||||||
((lecounter++))
|
((lecounter++))
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue