mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-02 06:55:58 +00:00
Domain-Monitor: start apache2 after stop instead of reload (#14019)
This commit is contained in:
@@ -60,7 +60,7 @@ function update_script() {
|
|||||||
msg_ok "Restored backup"
|
msg_ok "Restored backup"
|
||||||
|
|
||||||
msg_info "Restarting Services"
|
msg_info "Restarting Services"
|
||||||
systemctl reload apache2
|
systemctl start apache2
|
||||||
msg_ok "Restarted Services"
|
msg_ok "Restarted Services"
|
||||||
msg_ok "Updated successfully!"
|
msg_ok "Updated successfully!"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user