Sleep 60 after LE renew

This commit is contained in:
myvesta 2018-05-07 16:49:49 +02:00 committed by GitHub
commit 3118b9b91a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ for user in $users; do
fi
fi
if [ $lecounter -gt 0 ]; then
sleep 10
sleep 60
fi
((lecounter++))
fi