Compare commits

...

1 Commits

Author SHA1 Message Date
6ddea566f3 fix: separate systemctl restart and reenable commands
Some checks failed
Continuous Delivery / build_n_upload (push) Failing after 53s
2026-03-08 16:45:36 +01:00

View File

@@ -50,7 +50,8 @@ fi
# Restart services # Restart services
systemctl daemon-reload 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 %postun
# Remove folders after uninstall # Remove folders after uninstall