diff --git a/cluster/log-dump/log-dump.sh b/cluster/log-dump/log-dump.sh index 597b9347125..537e548a528 100755 --- a/cluster/log-dump/log-dump.sh +++ b/cluster/log-dump/log-dump.sh @@ -173,7 +173,7 @@ function dump_masters() { echo "Master SSH not supported for ${KUBERNETES_PROVIDER}" return else - if ! (detect-master &> /dev/null); then + if ! (detect-master); then echo "Master not detected. Is the cluster up?" return fi