https://bugs.koozali.org/show_bug.cgi?id=11542

--- Comment #10 from bunkobugsy <[email protected]> ---
# diff -u qmail-notify.orig qmail-notify
--- qmail-notify.orig   2021-04-10 00:32:10.000000000 +0300
+++ qmail-notify        2021-09-24 16:12:09.000000000 +0300
@@ -11,8 +11,8 @@
     my $file     = $configDB->get_prop( $dbKey, 'filename' ) ||
'qmail-notify-message.txt';

     if ( $status eq 'enabled' ) {
-        $OUT .- "# run qmail-notify\n";
-        $OUT .= "$minutes $hours * * * * root /usr/bin/qmail-notify -r -f
/usr/local/lib/qmail-notify/$file\n";
+        $OUT .= "# run qmail-notify\n";
+        $OUT .= "$minutes $hours * * * root /usr/bin/qmail-notify -r -f
/usr/local/lib/qmail-notify/$file\n";
         $OUT .= "\n";
     }
 }

# expand-template /etc/crontab
# grep notify /etc/crontab
# run qmail-notify
30 * * * * root /usr/bin/qmail-notify -r -f
/usr/local/lib/qmail-notify/qmail-notify-message.txt

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to