From: Peter Palfrader Date: Wed, 8 Feb 2012 13:57:34 +0000 (+0100) Subject: change order of things X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=235a3bf4639915c8d306b127c3828cd5f071e95b;p=mirror%2Fdsa-nagios.git change order of things --- diff --git a/dsa-nagios-checks/checks/dsa-check-packages b/dsa-nagios-checks/checks/dsa-check-packages index 33afde1..9a28c5a 100755 --- a/dsa-nagios-checks/checks/dsa-check-packages +++ b/dsa-nagios-checks/checks/dsa-check-packages @@ -298,7 +298,7 @@ my $longout = join("\n", @longout); my $perfout = "|".join(" ", @perfout); print $shortout; -print $perfout,"\n"; print $longout,"\n"; +print $perfout,"\n"; exit $CODE{$EXITCODE};