From 3bdf13a68006099e1b087bda639543368598b62d Mon Sep 17 00:00:00 2001 From: "Jason D. McCormick" Date: Tue, 7 Apr 2020 15:28:03 -0400 Subject: put one line back --- allstar/allstar-monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allstar/allstar-monitor b/allstar/allstar-monitor index 2e4be6a..4bfed2e 100755 --- a/allstar/allstar-monitor +++ b/allstar/allstar-monitor @@ -81,7 +81,7 @@ if( $msg .= "Be well, John Spartan!\n"; (my $ofh , my $outfile ) = tempfile( UNLINK => 1 ); - + print $ofh $msg; system( sprintf("/usr/bin/cat %s | /usr/bin/ssmtp -oi -oem %s", $outfile, "zabbix\@megalink.network") ); } } -- cgit v1.2.3