Docker: Remove duplicate log from prod entrypoint.sh script
This commit is contained in:
parent
6ddbae85cc
commit
4d6c3a78bb
1 changed files with 0 additions and 2 deletions
2
scripts/dist/entrypoint.sh
vendored
2
scripts/dist/entrypoint.sh
vendored
|
@ -4,8 +4,6 @@ DOCKER_ARCH=${DOCKER_ARCH:-arch}
|
||||||
DOCKER_ENV=${DOCKER_ENV:-unknown}
|
DOCKER_ENV=${DOCKER_ENV:-unknown}
|
||||||
DOCKER_TAG=${DOCKER_TAG:-unknown}
|
DOCKER_TAG=${DOCKER_TAG:-unknown}
|
||||||
|
|
||||||
echo "image: $DOCKER_ARCH-$DOCKER_ENV (build $DOCKER_TAG)"
|
|
||||||
|
|
||||||
if [[ $(id -u) == "0" ]]; then
|
if [[ $(id -u) == "0" ]]; then
|
||||||
echo "started as root"
|
echo "started as root"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue