debian/authentif-ifef.init: fix path of the extra directory

This commit is contained in:
Benjamin Dauvergne 2014-01-13 22:53:38 +01:00
parent d6b9e44985
commit 602b9dfd48
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ NAME=authentic-ifef
DAEMON=/usr/sbin/authenticctl
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
OPTIONS="--spawn-cron --extra /usr/share/python-support/authentic-ifef/extra --port 4001"
OPTIONS="--spawn-cron --extra /usr/lib/pymodules/python2.6/extra --port 4001"
# Gracefully exit if the package has been removed.
test -x $DAEMON || exit 0