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