diff --git a/functions-common b/functions-common index b1ba2e9846..9e4b31c1f2 100644 --- a/functions-common +++ b/functions-common @@ -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 }