drop the extra --pidfile option

This commit is contained in:
William Hubbs 2012-01-17 12:04:20 -06:00
parent 9c0edc5c52
commit c529a57650

View File

@ -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