]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
suricata: Fix syntax error in watcher script
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 10 Sep 2024 21:23:18 +0000 (23:23 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Sep 2024 08:43:54 +0000 (08:43 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/suricata/suricata-watcher

index a1a13d40c3042723181f7a47cbe5f8b15187b3c6..af4defe04f4f9b7483dbe245f6ebeb3c884ec7f8 100644 (file)
@@ -52,4 +52,4 @@ main() {
        return ${ret}
 }
 
-main "$@" || return $?
+main "$@" || exit $?