diff --git a/init/cron.sh b/init/cron.sh index c82bb2f..72825be 100755 --- a/init/cron.sh +++ b/init/cron.sh @@ -9,7 +9,7 @@ if [ "$BUILDFREQ" == "" ]; then fi # Run the pull script regularly -echo "$BUILDFREQ * * * * /aux/pull-n-build.sh" >> /var/spool/cron/crontabs/root +echo "*/$BUILDFREQ * * * * /aux/pull-n-build.sh" >> /var/spool/cron/crontabs/root # start cron daemon (goes into background) crond