mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Sleep 120 sec while LE renewing
This commit is contained in:
parent
51d8870ec1
commit
98b05f1ba2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ for user in $users; do
|
||||||
domain=$(basename $crt |sed -e "s/.crt$//")
|
domain=$(basename $crt |sed -e "s/.crt$//")
|
||||||
if [[ "$expire" -lt 31 ]]; then
|
if [[ "$expire" -lt 31 ]]; then
|
||||||
if [ $lecounter -gt 0 ]; then
|
if [ $lecounter -gt 0 ]; then
|
||||||
sleep 60
|
sleep 120
|
||||||
fi
|
fi
|
||||||
((lecounter++))
|
((lecounter++))
|
||||||
aliases=$(echo "$crt_data" |grep DNS:)
|
aliases=$(echo "$crt_data" |grep DNS:)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue