Skip to content

Commit

Permalink
set -x for user provided code
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidzr committed Apr 9, 2024
1 parent f44180e commit 030237e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions master/static/srv/command-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ set -e
# to register the proxy with the Determined master.
"$DET_PYTHON_EXECUTABLE" -m determined.exec.prep_container --proxy --download_context_directory

set -x
test -f "${TCD_STARTUP_HOOK}" && source "${TCD_STARTUP_HOOK}"
set +x

if [ "$#" -eq 1 ]; then
exec /bin/sh -c "$@"
Expand Down

0 comments on commit 030237e

Please sign in to comment.