Compare commits

...

1 Commits

Author SHA1 Message Date
f575c4f0d9 Add mode non-interactive on delete cert
All checks were successful
Continuous Integration / env (push) Successful in 0s
2026-01-19 15:50:45 +01:00

View File

@@ -55,7 +55,7 @@ systemctl reenable --now nginx.service certbot-renew.timer
%postun
# Remove folders after uninstall
if [ $1 == 0 ]; then
/opt/certbot/bin/certbot delete --cert-name netoik.io
/opt/certbot/bin/certbot delete --cert-name netoik.io --non-interactive
rm --recursive --force /opt/certbot
rm --recursive --force %{_sysconfdir}/certbot
fi