Fix issue with cron

This commit is contained in:
maride 2023-10-14 15:53:09 +02:00
parent 4c22604a83
commit e4e6da1bca

View File

@ -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