Fix bug in Debian init.d script

This commit is contained in:
Andrew Bettison 2013-01-23 16:28:19 +10:30
parent 365cfe076b
commit 7e0f8a9a78

View File

@ -31,7 +31,7 @@ test -f "$DEFAULTFILE" && . "$DEFAULTFILE"
test -x "$DAEMON" || exit 0
NAME="${DAEMON%%*/}"
NAME="${DAEMON##*/}"
if [ -z "$CONFFILE" ]; then
CONFFILE="$SERVALINSTANCE_PATH/serval.conf"