Skip to content

Commit 615b834

Browse files
committed
fix(boot): Ensure DEIS_DEBUG==true for debug output
1 parent f559233 commit 615b834

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/bin/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
set -eo pipefail
88

99
# set debug based on envvar
10-
[[ $DEIS_DEBUG ]] && set -x
10+
[[ $DEIS_DEBUG == "true" ]] && set -x
1111

1212
echo system information:
1313
echo "Django Version: $(./manage.py --version)"

0 commit comments

Comments
 (0)