From 61aedf201c2c4bf0e5aa4db32e74f4d860b88593 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Tue, 19 Dec 2017 23:39:21 +0000 Subject: New upstream version 1.9.0+dfsg --- charts.d/tomcat.chart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'charts.d/tomcat.chart.sh') diff --git a/charts.d/tomcat.chart.sh b/charts.d/tomcat.chart.sh index 44a92c86e..4ea6ae683 100644 --- a/charts.d/tomcat.chart.sh +++ b/charts.d/tomcat.chart.sh @@ -46,7 +46,7 @@ tomcat_check() { fi if [ -z "${tomcat_user}" ]; then # check backwards compatibility - if [ -z "${tomcatUser}" ]; then + if [ -z "${tomcatUser}" ]; then error "tomcat user is unset or set to the empty string" return 1 else @@ -114,7 +114,7 @@ EOF return 0 } -# _update is called continiously, to collect the values +# _update is called continuously, to collect the values tomcat_update() { local reqs net # the first argument to this function is the microseconds since last update -- cgit v1.2.3