drop the extra --pidfile option
This commit is contained in:
parent
9c0edc5c52
commit
c529a57650
@ -128,7 +128,7 @@ start()
|
|||||||
eend 1 "command_background option used but no pidfile specified"
|
eend 1 "command_background option used but no pidfile specified"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
_background="--background --make-pidfile --pidfile"
|
_background="--background --make-pidfile"
|
||||||
fi
|
fi
|
||||||
if yesno "$start_inactive"; then
|
if yesno "$start_inactive"; then
|
||||||
local _inactive=false
|
local _inactive=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user