mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
update-ids-ruleset: Fix typo in return code.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -114,7 +114,7 @@ foreach my $id (keys %providers) {
|
||||
# Check if we got a return code.
|
||||
if ($return) {
|
||||
# Handle different return codes.
|
||||
if ($return eq "not_modified") {
|
||||
if ($return eq "not modified") {
|
||||
# Log notice to syslog.
|
||||
&_log_to_syslog("<INFO> Skipping $provider - The ruleset is up-to-date");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user