remove lines in script used for debugging

This commit is contained in:
Domi 2023-04-25 20:06:06 +02:00
parent 464d95e1ac
commit 05b8160b25
No known key found for this signature in database
GPG Key ID: 2A5FE75BA1154696
1 changed files with 0 additions and 4 deletions

View File

@ -37,9 +37,5 @@ if [ -z "${DRIBDAT_ENTRYPOINT_SKIP:-}" ]; then
fi
fi
echo "$@"
echo "$PATH"
type gunicorn
# execute the command passed to the container
exec "$@"