fix: separate systemctl restart and reenable commands
All checks were successful
Continuous Integration / lint_n_build (push) Successful in 21s
Continuous Delivery / build_n_upload (push) Successful in 22s

This commit is contained in:
2026-03-08 16:45:36 +01:00
parent 844e727b7d
commit 6ddea566f3

View File

@@ -50,7 +50,8 @@ fi
# Restart services
systemctl daemon-reload
systemctl reenable --now nginx.service certbot-renew.timer
systemctl reenable nginx.service certbot-renew.timer
systemctl restart nginx.service certbot-renew.timer
%postun
# Remove folders after uninstall