Compare commits

..

1 Commits

Author SHA1 Message Date
6ddea566f3 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
2026-03-08 16:45:36 +01:00

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