Skip to content

Commit

Permalink
Restored /etc/crontabs/root as it was previously working
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Oct 8, 2019
1 parent 547d7cf commit 60faf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ prepare_crontab () {
echo "crond -d 2 -f" >> /entrypoint.cron.sh

# check interval can be configured using environment variables
echo "${CHECK_INTERVAL} root infracheck --force --wait=${WAIT_TIME} $(get_common_args) " > /etc/cron.d/infracheck
echo "${CHECK_INTERVAL} root infracheck --force --wait=${WAIT_TIME} $(get_common_args) " > /etc/crontabs/root

chmod +x /entrypoint.cron.sh
}
Expand Down

0 comments on commit 60faf94

Please sign in to comment.