Skip to content

Commit

Permalink
Update check_mcqs.sh
Browse files Browse the repository at this point in the history
Fixed issue #2
  • Loading branch information
stdevel committed Jul 9, 2015
1 parent 456494a commit 6aa8472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_mcqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [[ "$@" != "" ]]; then
if [ "$(echo $HOSTS_ONLINE|grep `echo $HOSTS`)" == "" ]; then
MISSING=`echo $HOSTS|sed "s/$HOSTS_ONLINE//g"|tr "," " "`
echo "CRITICAL - not all required cluster nodes are connected to quorum server! Missing: $MISSING"
exit 1
exit 2
fi
fi

Expand Down

0 comments on commit 6aa8472

Please sign in to comment.