Skip to content

Commit

Permalink
Clarify which config file is being used when overridden in docker ima…
Browse files Browse the repository at this point in the history
…ge logging
  • Loading branch information
neilcook committed Dec 16, 2021
1 parent 876eaeb commit 39e19b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/wforce_image/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ "x$TRACKALERT" == "x" ]]; then
fi
# Check if they just supplied their own wforce.conf file
if [[ -f /etc/wforce/wforce.conf ]]; then
echo "Using supplied wforce config file"
echo "Using supplied wforce config file /etc/wforce/wforce.conf"
WFORCE_CONFIG_FILE=/etc/wforce/wforce.conf
fi
if [[ "x$WFORCE_CONFIG_FILE" == "x" ]]; then
Expand Down

0 comments on commit 39e19b9

Please sign in to comment.