mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 03:40:03 +00:00
Domain-Monitor: start apache2 after stop instead of reload (#14019)
This commit is contained in:
parent
ddf05a1c2d
commit
186a03ccb2
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ function update_script() {
|
|||
msg_ok "Restored backup"
|
||||
|
||||
msg_info "Restarting Services"
|
||||
systemctl reload apache2
|
||||
systemctl start apache2
|
||||
msg_ok "Restarted Services"
|
||||
msg_ok "Updated successfully!"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue