提交 cd5d5b33 编写于 作者: T Thomas Stromberg

Redirect output on delete, leave it on cleanup

上级 8192620c
......@@ -206,8 +206,8 @@ else
fi
echo ">> Cleaning up after ourselves ..."
${SUDO_PREFIX}${MINIKUBE_BIN} tunnel --cleanup >/dev/null 2>/dev/null || true
${SUDO_PREFIX}${MINIKUBE_BIN} delete || true
${SUDO_PREFIX}${MINIKUBE_BIN} tunnel --cleanup || true
${SUDO_PREFIX}${MINIKUBE_BIN} delete >/dev/null 2>/dev/null || true
cleanup_stale_routes || true
${SUDO_PREFIX} rm -Rf "${MINIKUBE_HOME}" || true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册