diff --git a/init/cron.sh b/init/cron.sh index b84c770..0337e6b 100755 --- a/init/cron.sh +++ b/init/cron.sh @@ -10,7 +10,7 @@ fi # Run the pull script regularly target="/aux/pull-n-build.sh" -entry="$BUILDFREQ * * * * $target" +entry="$BUILDFREQ/* * * * * $target" grep "$target" /var/spool/cron/crontabs/root || echo "$entry" >> /var/spool/cron/crontabs/root # start cron daemon (goes into background)