Docker: Remove duplicate log from prod entrypoint.sh script

This commit is contained in:
Michael Mayer 2022-02-20 15:07:02 +01:00
parent 6ddbae85cc
commit 4d6c3a78bb

View File

@ -4,8 +4,6 @@ DOCKER_ARCH=${DOCKER_ARCH:-arch}
DOCKER_ENV=${DOCKER_ENV:-unknown}
DOCKER_TAG=${DOCKER_TAG:-unknown}
echo "image: $DOCKER_ARCH-$DOCKER_ENV (build $DOCKER_TAG)"
if [[ $(id -u) == "0" ]]; then
echo "started as root"