mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-07 19:39:29 +00:00
fix DJANGO_DEBUG set to default empty string
This commit is contained in:
@@ -6,7 +6,7 @@ if [[ -z "$ELASTIC_USER" ]]; then
|
||||
fi
|
||||
|
||||
if [[ -z "$DJANGO_DEBUG" ]]; then
|
||||
export DJANGO_DEBUG=False
|
||||
export DJANGO_DEBUG=""
|
||||
fi
|
||||
|
||||
cachedir=/cache
|
||||
|
||||
Reference in New Issue
Block a user