summaryrefslogtreecommitdiff
path: root/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start.sh')
-rw-r--r--start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.sh b/start.sh
index 8a35dec..49f3985 100644
--- a/start.sh
+++ b/start.sh
@@ -2,7 +2,7 @@
set -e
-[ -z "$DEBUG" ] || set -x
+[ -n "$DEBUG" ] && set -x
oidc_scheme=$(echo "$OIDC_ISSUER" | awk -F[/:] '{print $1}')
oidc_host=$(echo "$OIDC_ISSUER" | awk -F[/:] '{print $4}')