Merge "make service_check fatal"
This commit is contained in:
commit
2cf03d2469
@ -1136,7 +1136,7 @@ function service_check {
|
|||||||
done
|
done
|
||||||
|
|
||||||
if [ -n "$failures" ]; then
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user