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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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