mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
missed DOCKER->DOCKERD change in 1ac1b78b3a771c562d9cfa91c14f8a494c3723c1 for 'status'
Signed-off-by: Liam Macgillavry <liam@kumina.nl> Upstream-commit: 11eda60848e476c3a1d84a035642edba74e94c8a Component: engine
This commit is contained in:
@@ -142,7 +142,7 @@ case "$1" in
|
||||
|
||||
status)
|
||||
check_init
|
||||
status_of_proc -p "$DOCKER_SSD_PIDFILE" "$DOCKER" "$DOCKER_DESC"
|
||||
status_of_proc -p "$DOCKER_SSD_PIDFILE" "$DOCKERD" "$DOCKER_DESC"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user