From 9d570c73857b6870f9af4d57bf4ce5bfedc98fa3 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Sat, 18 Apr 2020 23:03:41 +0200 Subject: [PATCH] check_bird2_oneshot: Exiting here is a bug --- check_bird2_oneshot | 1 - 1 file changed, 1 deletion(-) diff --git a/check_bird2_oneshot b/check_bird2_oneshot index a783e7e..ba0e78f 100755 --- a/check_bird2_oneshot +++ b/check_bird2_oneshot @@ -152,7 +152,6 @@ for protocol in $(find ${DIR} -type f); do Alone) printf "${protocol_name} is in ${STATE} state\n" >> \ ${DIR}/WARNING.txt - exit 1 ;; # Or what