Add more tries when the dnsbl server isn't found

This commit is contained in:
Théophile Diot 2023-09-23 16:38:08 +01:00
parent 78a29e65ea
commit c964d68f99
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -231,8 +231,9 @@ do
manual=1
cleanup_stack
manual=0
sleep 10
sudo systemctl start bunkerweb
retries=$((retries+1))
retries=$((retries+0.2))
else
healthy="true"
fi