From 759b96e764d200cb6f1c0dabe536acdc453684b1 Mon Sep 17 00:00:00 2001 From: hummypkg Date: Sat, 17 Dec 2016 23:56:30 +0000 Subject: [PATCH] fix queue cron job git-svn-id: file:///root/webif/svn/pkg/webif/trunk@3433 2a923420-c742-0410-a762-8d5b09965624 --- CONTROL/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTROL/postinst b/CONTROL/postinst index bd37d83..d3d6917 100755 --- a/CONTROL/postinst +++ b/CONTROL/postinst @@ -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