Skip to content

Commit 0923684

Browse files
committed
ITKDev: Fixed nginx entry script
1 parent e93e06f commit 0923684

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)