Skip to content

Commit 68c15ca

Browse files
authored
Merge pull request #153 from os2display/feature/docker-nginx-fixe
ITKDev: Fixed nginx entry script
2 parents 7df3cf0 + 0923684 commit 68c15ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/nginx/docker-entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
2020
case "$f" in
2121
*.envsh)
2222
if [ -x "$f" ]; then
23-
echo >&3 "$0: Sourcing $f";
23+
entrypoint_log "$0: Sourcing $f";
2424
. "$f"
2525
else
2626
# warn on shell scripts without exec bit
27-
echo >&3 "$0: Ignoring $f, not executable";
27+
entrypoint_log "$0: Ignoring $f, not executable";
2828
fi
2929
;;
3030
*.sh)

0 commit comments

Comments
 (0)