mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-21 06:03:12 +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
|
||||
|
||||
NAME="${DAEMON%%*/}"
|
||||
NAME="${DAEMON##*/}"
|
||||
|
||||
if [ -z "$CONFFILE" ]; then
|
||||
CONFFILE="$SERVALINSTANCE_PATH/serval.conf"
|
||||
|
Loading…
Reference in New Issue
Block a user