docker path linux

pull/6081/head
Medya Gh 2019-12-15 00:08:52 -08:00
parent 6478138c36
commit e98e5794e9
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ case "${OS_ARCHR}" in
DOCKER_BIN="/usr/local/bin/docker"
;;
linux-amd64)
DOCKER_BIN="/usr/bin/docker"
DOCKER_BIN="docker"
;;
esac