convert-ids-multiple-providers: Restart suricata afterwards.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
Stefan Schantl
2021-04-05 08:44:00 +02:00
parent 4aa1382e22
commit 17b9a1581c

View File

@@ -273,7 +273,7 @@ if (-f $old_used_rulefiles_file) {
#
# Check if the IDS is running.
#if(&IDS::ids_is_running()) {
# # Call suricatactrl to restart it.
# &IDS::call_suricatactrl("restart");
#}
if(&IDS::ids_is_running()) {
# Call suricatactrl to restart it.
&IDS::call_suricatactrl("restart");
}