]> git.donarmstrong.com Git - bin.git/commitdiff
fix logging of success
authorDon Armstrong <don@donarmstrong.com>
Fri, 10 Sep 2010 23:37:08 +0000 (23:37 +0000)
committerDon Armstrong <don@donarmstrong.com>
Fri, 10 Sep 2010 23:37:08 +0000 (23:37 +0000)
sshsendmail

index 6fa22b64eb98d82dde7f928f569ac8b664006c3c..69fd3edfc06946eb26a6fa2d1a19a4030e0b852d 100755 (executable)
@@ -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;
 }