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-24 16:14:00.608530258 +0200 |
3 |
+++ smeserver-qmail-notify-2.0.0/root/etc/e-smith/templates/etc/crontab/qmail-notify 2021-09-26 00:05:43.123816441 +0200 |
4 |
@@ -12,7 +12,7 @@ |
5 |
|
6 |
if ( $status eq 'enabled' ) { |
7 |
$OUT .= "# run qmail-notify\n"; |
8 |
- $OUT .= "$minutes $hours * * * * root /usr/bin/qmail-notify -r -f /usr/local/lib/qmail-notify/$file\n"; |
9 |
+ $OUT .= "$minutes $hours * * * root /usr/bin/qmail-notify -r -f /usr/local/lib/qmail-notify/$file\n"; |
10 |
$OUT .= "\n"; |
11 |
} |
12 |
} |