typo
This commit is contained in:
@@ -763,7 +763,7 @@ function recreate_docker() {
|
||||
readonly containerd_root="/var/lib/containerd"
|
||||
|
||||
if ! docker_root=$(docker info -f '{{ .DockerRootDir }}' 2>/dev/null); then
|
||||
warning "Unable to detect docker root. Assuming /var/lib/docker"
|
||||
warn "Unable to detect docker root. Assuming /var/lib/docker"
|
||||
fi
|
||||
[[ -z "${docker_root}" ]] && docker_root="/var/lib/docker"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user