From: Don Armstrong Date: Fri, 10 Sep 2010 23:37:08 +0000 (+0000) Subject: fix logging of success X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b1c58d8b5ac6466247b08e7a371be67011cc7364;p=bin.git fix logging of success --- diff --git a/sshsendmail b/sshsendmail index 6fa22b6..69fd3ed 100755 --- a/sshsendmail +++ b/sshsendmail @@ -145,6 +145,6 @@ if ($?) { } else { print STDERR "${0}: Succeeded: Yeay\n"; - print {$log} "${0}: Failed: sendmail died for some reason\n"; + print {$log} "${0}: Succeeded: Yeay\n"; exit 0; }