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