From 59233f4d0ec04feee725d3aef6a35ffc8872c2ea Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Sun, 8 Jan 2017 22:59:42 +0100 Subject: [PATCH] Fix the cron command --- src/init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/init.sh b/src/init.sh index b905869..1b70e7b 100644 --- a/src/init.sh +++ b/src/init.sh @@ -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 \ No newline at end of file +# Run crond in foreground +crond -n \ No newline at end of file