diff --git a/itchio/butler/entrypoint.sh b/itchio/butler/entrypoint.sh index aa6a574..344fde8 100644 --- a/itchio/butler/entrypoint.sh +++ b/itchio/butler/entrypoint.sh @@ -1,6 +1,8 @@ #!/bin/bash ARGS="$@" +echo "API KEY: $BUTLER_API_KEY" + set -o pipefail exec 5>&1 OUTPUT=$(bash -c "butler $ARGS" | tee /dev/fd/5)