diff --git a/entrypoint.sh b/entrypoint.sh index 951469d51b19b2af6c7bec74daf368f34139dc0d..ff56c2208a4536cf0330e4a28cae043fb0640867 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -31,7 +31,7 @@ then cat packed-parses.xml exit 0 else - # Print xle output to stdout and fail - cat xle_messages.txt + # Print xle output to stderr and fail + cat xle_messages.txt >&2 exit 42 fi