From 5fd567f3547c59f40e796d48e76fa12d6bd989f2 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 23 Nov 2020 17:49:34 +0100 Subject: [PATCH] cleanup: "podman inspect rook/ceph" does not need to show output Signed-off-by: Niels de Vos --- single-node-k8s.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single-node-k8s.sh b/single-node-k8s.sh index 174bba798..c04fbf64b 100755 --- a/single-node-k8s.sh +++ b/single-node-k8s.sh @@ -130,7 +130,7 @@ install_minikube ./podman2minikube.sh "quay.io/cephcsi/cephcsi:${CSI_IMAGE_VERSION}" # incase rook/ceph is available on the local system, push it into the VM -if podman inspect "rook/ceph:${ROOK_VERSION}" +if podman inspect "rook/ceph:${ROOK_VERSION}" > /dev/null then ./podman2minikube.sh "rook/ceph:${ROOK_VERSION}" fi