From 34b3deb3322834c4e3519f46e1fe2302636d4530 Mon Sep 17 00:00:00 2001 From: Jorge Romero Date: Fri, 6 May 2016 15:40:04 -0400 Subject: [PATCH] breaking error message string into two, better readability. --- charts.d/tomcat.chart.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts.d/tomcat.chart.sh b/charts.d/tomcat.chart.sh index ee17d175..0e5cce8a 100755 --- a/charts.d/tomcat.chart.sh +++ b/charts.d/tomcat.chart.sh @@ -49,7 +49,8 @@ tomcat_check() { tomcat_get if [ $? -ne 0 ] then - echo >&2 "tomcat: couldn't get to status page on URL '${tomcat_url}'. Please make sure tomcat url, username and password are correct." + echo >&2 "tomcat: couldn't get to status page on URL '${tomcat_url}'."\ + "Please make sure tomcat url, username and password are correct." return 1 fi -- 2.39.2