Skip to content

Commit

Permalink
docker-entrypoint.sh: enable XTRACE if ENTRYPOINT_XTRACE environment …
Browse files Browse the repository at this point in the history
…variable is non-empty
  • Loading branch information
jan-matejka committed Dec 27, 2024
1 parent cb04936 commit 2fdca7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -352,5 +352,6 @@ _main() {
}

if ! _is_sourced; then
test -n "${ENTRYPOINT_XTRACE:-}" && set -x
_main "$@"
fi

0 comments on commit 2fdca7c

Please sign in to comment.