updated install_minikube.sh

pull/2/head
Hari Sekhon 5 years ago
parent c0b114ca3c
commit 6533013977

@ -33,7 +33,7 @@ if [ "$(uname -s)" = Darwin ]; then
brew_prefix="$(brew --prefix)" brew_prefix="$(brew --prefix)"
sudo chown root:wheel "$brew_prefix"/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve sudo chown root:wheel "$brew_prefix"/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
sudo chmod u+s "$brew_prefix"/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve sudo chmod u+s "$brew_prefix"/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve
if ! minikube status | grep -i started; then if ! minikube status | grep -i Running; then
minikube start minikube start
fi fi
else else

Loading…
Cancel
Save