Merge "make service_check fatal"
diff --git a/functions-common b/functions-common
index b1ba2e9..9e4b31c 100644
--- a/functions-common
+++ b/functions-common
@@ -1136,7 +1136,7 @@
     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
 }