Skip to content

Commit

Permalink
qa/common/deploy.sh: fix redirect of stderr to /dev/null
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed Jul 26, 2018
1 parent 09f8d1f commit d84877a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/common/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function vet_nodes {
}

function ceph_cluster_running {
ceph status 2>&1 >/dev/null
ceph status >/dev/null 2>&1
}

function deploy_ceph {
Expand Down

0 comments on commit d84877a

Please sign in to comment.