run.sh: do not make DEBUG=1 a default

This commit is contained in:
Benjamin Dauvergne 2014-07-07 17:19:21 +02:00
parent ad4d83e822
commit 69514f9e3c
1 changed files with 0 additions and 2 deletions

2
run.sh
View File

@ -4,8 +4,6 @@ PROJECT=authentic2
CTL=$BASE/${PROJECT}-ctl
VENV=$BASE/${PROJECT}-venv
export DEBUG=1
if [ ! -d $VENV ]; then
$BASE/start.sh
else