fix: separate systemctl restart and reenable commands
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user