Skip to content

Commit

Permalink
ITK: Updated nginx entry script
Browse files Browse the repository at this point in the history
  • Loading branch information
cableman committed Aug 3, 2023
1 parent 420487e commit 732ee8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/docker/nginx/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
case "$f" in
*.envsh)
if [ -x "$f" ]; then
echo >&3 "$0: Sourcing $f";
entrypoint_log "$0: Sourcing $f";
. "$f"
else
# warn on shell scripts without exec bit
echo >&3 "$0: Ignoring $f, not executable";
entrypoint_log "$0: Ignoring $f, not executable";
fi
;;
*.sh)
Expand Down

0 comments on commit 732ee8d

Please sign in to comment.