fix loop
This commit is contained in:
@@ -7,5 +7,5 @@ trap exit TERM;
|
|||||||
|
|
||||||
while :; do
|
while :; do
|
||||||
certbot renew --webroot -w /var/www/certbot;
|
certbot renew --webroot -w /var/www/certbot;
|
||||||
sleep 12h & wait $${!};
|
sleep 12h;
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user