fix queue cron job

git-svn-id: file:///root/webif/svn/pkg/webif/trunk@3433 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg 2016-12-17 23:56:30 +00:00
parent d1ccf7b2d1
commit 759b96e764
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ if [ -x $crontab ]; then
$crontab -l | grep -v webif/lib/bin/auto > $tmpf
cat $tmpf - << EOM | $crontab -
5,25,45 * * * * /mod/webif/lib/bin/auto >/dev/null 2>&1
*/3 * * * * /mod/webif/lib/bin/auto -queue >/dev/null 2>&1
EOM
fi