Skip to content

Commit

Permalink
Cleared username from cron entry
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Oct 8, 2019
1 parent 60faf94 commit 5319d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
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/crontabs/root
echo "${CHECK_INTERVAL} infracheck --force --wait=${WAIT_TIME} $(get_common_args) " > /etc/crontabs/root

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

0 comments on commit 5319d19

Please sign in to comment.