From: Stefan Schantl Date: Mon, 5 Apr 2021 06:44:00 +0000 (+0200) Subject: convert-ids-multiple-providers: Restart suricata afterwards. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5913e5454fb9d159296daa92dd769428ee7f5c6;p=people%2Fstevee%2Fipfire-2.x.git convert-ids-multiple-providers: Restart suricata afterwards. Signed-off-by: Stefan Schantl --- diff --git a/config/suricata/convert-ids-multiple-providers b/config/suricata/convert-ids-multiple-providers index 967e44dbbe..f9f797c780 100644 --- a/config/suricata/convert-ids-multiple-providers +++ b/config/suricata/convert-ids-multiple-providers @@ -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"); +}