mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-21 14:07:53 +00:00
Fix bug in Debian init.d script
This commit is contained in:
parent
365cfe076b
commit
7e0f8a9a78
@ -31,7 +31,7 @@ test -f "$DEFAULTFILE" && . "$DEFAULTFILE"
|
|||||||
|
|
||||||
test -x "$DAEMON" || exit 0
|
test -x "$DAEMON" || exit 0
|
||||||
|
|
||||||
NAME="${DAEMON%%*/}"
|
NAME="${DAEMON##*/}"
|
||||||
|
|
||||||
if [ -z "$CONFFILE" ]; then
|
if [ -z "$CONFFILE" ]; then
|
||||||
CONFFILE="$SERVALINSTANCE_PATH/serval.conf"
|
CONFFILE="$SERVALINSTANCE_PATH/serval.conf"
|
||||||
|
Loading…
Reference in New Issue
Block a user