Domain-Monitor: start apache2 after stop instead of reload (#14019)

This commit is contained in:
Ömer Taha Öztop
2026-04-26 00:34:26 +03:00
committed by GitHub
parent ddf05a1c2d
commit 186a03ccb2

View File

@@ -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