We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f559233 + 615b834 commit 943a492Copy full SHA for 943a492
1 file changed
rootfs/bin/boot
@@ -7,7 +7,7 @@
7
set -eo pipefail
8
9
# set debug based on envvar
10
-[[ $DEIS_DEBUG ]] && set -x
+[[ $DEIS_DEBUG == "true" ]] && set -x
11
12
echo system information:
13
echo "Django Version: $(./manage.py --version)"
0 commit comments