From: Stefan Schantl Date: Fri, 3 Aug 2018 11:51:59 +0000 (+0200) Subject: ids.cgi: Call suricatactrl for restarting the IDS X-Git-Tag: v2.23-core131~117^2~173^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab114c276b0d719b9a9c43dea05870e4ceedbdbc;p=ipfire-2.x.git ids.cgi: Call suricatactrl for restarting the IDS Signed-off-by: Stefan Schantl --- diff --git a/html/cgi-bin/ids.cgi b/html/cgi-bin/ids.cgi index b42ede2ae0..4d7552d26e 100644 --- a/html/cgi-bin/ids.cgi +++ b/html/cgi-bin/ids.cgi @@ -314,8 +314,8 @@ if ($cgiparams{'RULESET'} eq $Lang::tr{'update'}) { # Store settings into settings file. &General::writehash("$IDS::settingsdir/settings", \%cgiparams); - # Call snortctrl to restart snort - system('/usr/local/bin/snortctrl restart >/dev/null'); + # Call suricatactrl to restart the IDS + system('/usr/local/bin/suricatactrl restart >/dev/null'); } }