Skip to content

Commit 943a492

Browse files
authored
Merge pull request #1121 from seanknox/debug_debug
Ensure DEIS_DEBUG==true for debug output
2 parents f559233 + 615b834 commit 943a492

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)