mirror of https://github.com/docker/docs.git
missed DOCKER->DOCKERD change in 1ac1b78b3a for 'status'
Signed-off-by: Liam Macgillavry <liam@kumina.nl> (cherry picked from commit 11eda60848e476c3a1d84a035642edba74e94c8a) Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
132a8e7963
commit
fd7e763e7c
|
|
@ -139,7 +139,7 @@ case "$1" in
|
||||||
|
|
||||||
status)
|
status)
|
||||||
check_init
|
check_init
|
||||||
status_of_proc -p "$DOCKER_SSD_PIDFILE" "$DOCKER" "$DOCKER_DESC"
|
status_of_proc -p "$DOCKER_SSD_PIDFILE" "$DOCKERD" "$DOCKER_DESC"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue