typo fix
This commit is contained in:
parent
6b3a4110cc
commit
cb31b13276
@ -161,9 +161,9 @@ start()
|
|||||||
|
|
||||||
stop()
|
stop()
|
||||||
{
|
{
|
||||||
local startcommand="$(rc_service_get "command")"
|
local startcommand="$(service_get_value "command")"
|
||||||
local startpidfile="$(rc_service_get "pidfile")"
|
local startpidfile="$(service_get_value "pidfile")"
|
||||||
local startprocname="$(rc_service_get "procname")"
|
local startprocname="$(service_get_value "procname")"
|
||||||
command="${startcommand:-$command}"
|
command="${startcommand:-$command}"
|
||||||
pidfile="${startpidfile:-$pidfile}"
|
pidfile="${startpidfile:-$pidfile}"
|
||||||
procname="${startprocname:-$procname}"
|
procname="${startprocname:-$procname}"
|
||||||
|
Loading…
Reference in New Issue
Block a user