From 1c9cfb9d097245d36c33553a9c0e6146a983255f Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 11 Oct 2022 16:09:07 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/entrypoint-ympd.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/entrypoint-ympd.sh b/bin/entrypoint-ympd.sh index 8db30a3..4540caa 100755 --- a/bin/entrypoint-ympd.sh +++ b/bin/entrypoint-ympd.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash - +# Set bash options +[ -n "$DEBUG" ] && set -x +set -o pipefail +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DOCKER_PORT="8082" DOCKER_HOST="$(ip route | awk '/default/ { print $3 }')" export TZ="${TZ:-America/New_York}"