1 |
jcrisp |
1.1 |
diff -ruN smeserver-qmail-notify-2.0.0.old/root/etc/e-smith/templates/etc/crontab/qmail-notify smeserver-qmail-notify-2.0.0/root/etc/e-smith/templates/etc/crontab/qmail-notify |
2 |
|
|
--- smeserver-qmail-notify-2.0.0.old/root/etc/e-smith/templates/etc/crontab/qmail-notify 2021-09-23 17:00:18.078254224 +0200 |
3 |
|
|
+++ smeserver-qmail-notify-2.0.0/root/etc/e-smith/templates/etc/crontab/qmail-notify 2021-09-23 17:02:40.721622420 +0200 |
4 |
|
|
@@ -11,7 +11,7 @@ |
5 |
|
|
my $file = $configDB->get_prop( $dbKey, 'filename' ) || 'qmail-notify-message.txt'; |
6 |
|
|
|
7 |
|
|
if ( $status eq 'enabled' ) { |
8 |
|
|
- $OUT .- "# run qmail-notify\n"; |
9 |
|
|
+ $OUT .= "# run qmail-notify\n"; |
10 |
|
|
$OUT .= "$minutes $hours * * * * root /usr/bin/qmail-notify -r -f /usr/local/lib/qmail-notify/$file\n"; |
11 |
|
|
$OUT .= "\n"; |
12 |
|
|
} |