Merge "make service_check fatal"

This commit is contained in:
Jenkins 2014-02-28 07:33:42 +00:00 committed by Gerrit Code Review
commit 2cf03d2469
1 changed files with 1 additions and 1 deletions

View File

@ -1136,7 +1136,7 @@ function service_check {
done
if [ -n "$failures" ]; then
echo "More details about the above errors can be found with screen, with ./rejoin-stack.sh"
die $LINENO "More details about the above errors can be found with screen, with ./rejoin-stack.sh"
fi
}