Removed an outdated check for docker-machine

- Legacy-Id: 18690
This commit is contained in:
Henrik Levkowetz 2020-11-14 05:10:22 +00:00
parent d79066bac1
commit a485a68777

View file

@ -113,13 +113,7 @@ done
# ----------------------------------------------------------------------
# The program itself
if [ "$(uname)" != "Linux" ]; then
if [ -n "$(type -p docker-machine)" ]; then
machine=$(type -p docker-machine)
else
die "Could not find boot2docker or docker-machine -- you need to set one of those before running this script."
fi
else
if [ "$(uname)" == "Linux" ]; then
die "Didn't expect to run this script on Linux -- are you inside docker?"
fi