Fix issue with cron
This commit is contained in:
parent
4c22604a83
commit
e4e6da1bca
@ -9,7 +9,7 @@ if [ "$BUILDFREQ" == "" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Run the pull script regularly
|
# 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)
|
# start cron daemon (goes into background)
|
||||||
crond
|
crond
|
||||||
|
Loading…
Reference in New Issue
Block a user