From e8b48b9bb352c2ee78d12e1e30bba75673866b62 Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 23 Apr 2018 02:28:26 +0200 Subject: [PATCH] check_webservice_load.sh: fix typo. --- check_webservice_load.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_webservice_load.sh b/check_webservice_load.sh index e98a13f..06d99e4 100755 --- a/check_webservice_load.sh +++ b/check_webservice_load.sh @@ -144,7 +144,7 @@ fi if $check_apache || $check_nginxA ; then if [ -z "$(which curl)" ]; then - fatal 'It seems "curls" is not installed, but needed!' + fatal 'It seems "curl" is not installed, but needed!' fi fi