settings filename fix

This commit is contained in:
Serghei Mihai 2015-03-24 16:33:14 +01:00
parent 85c3985c2b
commit 9b966ed445
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ NAME=u-auth
MANAGE=/usr/lib/$NAME/manage.py
# load Debian default configuration
export COMBO_SETTINGS_FILE=/usr/lib/$NAME/debian_config.py
export UAUTH_SETTINGS_FILE=/usr/lib/$NAME/debian_config.py
# check user
if test x$1 = x"--forceuser"
@ -22,4 +22,4 @@ then
exit 1
fi
python ${MANAGE} "$@"
python ${MANAGE} "$@"