mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-02 09:41:07 +00:00
fix DJANGO_DEBUG set to default empty string
This commit is contained in:
parent
1c3febc49d
commit
301a734905
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user