1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

missed DOCKER->DOCKERD change in 1ac1b78b3a for 'status'

Signed-off-by: Liam Macgillavry <liam@kumina.nl>
This commit is contained in:
Liam Macgillavry 2016-08-19 10:43:15 +02:00
parent 09e1de2080
commit 11eda60848

View file

@ -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"
;;
*)