Fix typo in the wsgi script path

This commit is contained in:
Benjamin Dauvergne 2014-09-19 16:32:31 +02:00
parent 0d81c581a5
commit 10c4738d95
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ DAEMON_ARGS=${DAEMON_ARGS:-"--pid $PIDFILE \
--worker-class=sync \
--timeout=60 \
--name $NAME \
portail_citoyen.wsgi:application"}
portail_citoyen2.wsgi:application"}
# Load the VERBOSE setting and other rcS variables