We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f559233 commit 615b834Copy full SHA for 615b834
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