mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-03 23:45:59 +00:00
Restart apache2 service after enabling it
This commit is contained in:
committed by
GitHub
parent
5823496a23
commit
c933549393
@@ -68,7 +68,8 @@ chmod 640 /usr/local/nagios/etc/htpasswd.users
|
|||||||
msg_ok "Configured Web Authentication"
|
msg_ok "Configured Web Authentication"
|
||||||
|
|
||||||
msg_info "Starting Services"
|
msg_info "Starting Services"
|
||||||
systemctl enable -q --now apache2
|
systemctl enable -q apache2
|
||||||
|
systemctl restart apache2
|
||||||
systemctl enable -q --now nagios
|
systemctl enable -q --now nagios
|
||||||
msg_ok "Started Services"
|
msg_ok "Started Services"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user