1
0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-11-09 10:09:56 +01:00

Fix the cron command

This commit is contained in:
Julian Xhokaxhiu 2017-01-08 22:59:42 +01:00
parent 4fd2a678ee
commit 59233f4d0e

@ -17,5 +17,5 @@ git config --global user.email $USER_MAIL
echo -e "$CRONTAB_TIME /usr/bin/flock -n /tmp/lock.build /root/build.sh\n" > /etc/cron.d/crontab
chmod 0644 /etc/cron.d/crontab
# Start the cron job service
cron -f
# Run crond in foreground
crond -n