This commit is contained in:
2026-01-25 20:13:51 +00:00
parent 9ccbac2dc6
commit 8d22114a83

View File

@@ -7,5 +7,5 @@ trap exit TERM;
while :; do
certbot renew --webroot -w /var/www/certbot;
sleep 12h & wait $${!};
sleep 12h;
done