]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
[pkg/postinstall.in] typo in cron example
authorTim Rice <tim@multitalents.net>
Sat, 18 Apr 2009 00:16:44 +0000 (00:16 +0000)
committerTim Rice <tim@multitalents.net>
Sat, 18 Apr 2009 00:16:44 +0000 (00:16 +0000)
pkg/postinstall.in

index ca918a141c4d3587a095465388914b1c3a94b0b6..de667461b99f88277a90b041272c228ff8d8fd66 100644 (file)
@@ -134,7 +134,7 @@ EOF
 #      crontab(1)
 # (minutes) (hour) (day of the month) (month of the year) (day of the week)
 # faxcron - HylaFAX routine maintenance script
-25   23    *    *    0   sh ${sbindir}/faxcron -rcv 20 | mailx -s "Fax Reports" FaxMaster
+25   23    *    *    0   ${sbindir}/faxcron -rcv 20 | mailx -s "Fax Reports" FaxMaster
 EOF
 
        echo "See sample crontab(1) entries for root and fax (uucp)"