check_webservice_load.sh: fix typo.

This commit is contained in:
Christoph 2018-04-23 02:28:26 +02:00
parent 50790887fe
commit e8b48b9bb3

View File

@ -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