diff --git a/src/www/diag_logs_settings.php b/src/www/diag_logs_settings.php index 4554f3cfe..3adbdd311 100644 --- a/src/www/diag_logs_settings.php +++ b/src/www/diag_logs_settings.php @@ -160,7 +160,7 @@ if ($_POST['resetlogs'] == gettext("Reset Log Files")) { ob_flush(); flush(); log_error(gettext("webConfigurator configuration has changed. Restarting webConfigurator.")); - send_event("service restart webgui"); + send_event("&service restart webgui"); $savemsg .= "
" . gettext("WebGUI process is restarting."); } diff --git a/src/www/system_advanced_admin.php b/src/www/system_advanced_admin.php index 996b61b9d..359c8ec32 100644 --- a/src/www/system_advanced_admin.php +++ b/src/www/system_advanced_admin.php @@ -615,7 +615,7 @@ if ($restart_webgui) { ob_flush(); flush(); log_error(gettext("webConfigurator configuration has changed. Restarting webConfigurator.")); - send_event("service restart webgui"); + send_event("&service restart webgui"); } ?>