Browse code

Merge "make service_check fatal"

Jenkins authored on 2014/02/28 16:33:42
Showing 1 changed files
... ...
@@ -1136,7 +1136,7 @@ function service_check {
1136 1136
     done
1137 1137
 
1138 1138
     if [ -n "$failures" ]; then
1139
-        echo "More details about the above errors can be found with screen, with ./rejoin-stack.sh"
1139
+        die $LINENO "More details about the above errors can be found with screen, with ./rejoin-stack.sh"
1140 1140
     fi
1141 1141
 }
1142 1142