From 5bd4f7fef540d11b8796c14af72899395768a662 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 15 Dec 2017 12:03:07 +0100 Subject: [PATCH] check_amavis.pl: some minor changes in script output. --- check_amavis.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_amavis.pl b/check_amavis.pl index 1797bd9..2aba967 100755 --- a/check_amavis.pl +++ b/check_amavis.pl @@ -93,8 +93,8 @@ if ($result =~/2.7.[01] Ok, discarded/) { exit $STATES{OK}; } else { print "[ Warning ]: Respond of amavisd-new service is not as expected !\n"; - print " amavisd-new returned:\n $result\n"; - print "\n\nRestart Service amavisd-new now.."; + print " amavisd-new returned:\n $result\n\n"; + print "\n\nRestart Service amavisd-new now..\n"; # - Restart Service amavisd-new # -