]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
update-ids-ruleset: Fix typo in return code.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 26 Mar 2022 10:27:01 +0000 (11:27 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 26 Mar 2022 10:27:01 +0000 (11:27 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
src/scripts/update-ids-ruleset

index f87eb1926ff4ba439ce0cbc5130768c58f538fb7..52df22a767ebb628998c7966070e5f5ff7dd251b 100644 (file)
@@ -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");