From af43433b7752cab1d0eb65f5bc01b592215a9db6 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 14 Jul 2023 21:36:29 +0300 Subject: [PATCH] bugfix... Signed-off-by: Alex A. Naanou --- check-status | 1 + 1 file changed, 1 insertion(+) diff --git a/check-status b/check-status index 55bbd61..07e5660 100644 --- a/check-status +++ b/check-status @@ -219,6 +219,7 @@ check(){ # NOTE: we are preserving whitespace here... local comment=`sed \ -e 's/^\(.*\)\('"$PROTOCOLS"'\):\/\/.*$/\1/' \ + -e 's/\s*$//' \ <<<$1` local target=`sed \ -e 's/^.*\s*\(\('"$PROTOCOLS"'\):\/\/\)/\1/' \