Skip to content

Commit

Permalink
fix: correct path to clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Apr 19, 2021
1 parent 5279abb commit 1b6ee75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact_broker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ "${PACT_BROKER_DATABASE_CLEAN_ENABLED}" = "true" ]; then
echo "Creating crontab with schedule ${PACT_BROKER_DATABASE_CLEAN_CRON_SCHEDULE} to clean database"
echo "${PACT_BROKER_DATABASE_CLEAN_CRON_SCHEDULE} /pact_broker/clean.sh" >> /pact_broker/crontab
echo "${PACT_BROKER_DATABASE_CLEAN_CRON_SCHEDULE} /usr/local/bin/clean" >> /pact_broker/crontab
/usr/local/bin/supercronic -quiet -passthrough-logs /pact_broker/crontab &
fi

Expand Down

0 comments on commit 1b6ee75

Please sign in to comment.