check_webservice_load.sh: fix typo.
This commit is contained in:
parent
50790887fe
commit
e8b48b9bb3
@ -144,7 +144,7 @@ fi
|
|||||||
|
|
||||||
if $check_apache || $check_nginxA ; then
|
if $check_apache || $check_nginxA ; then
|
||||||
if [ -z "$(which curl)" ]; 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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user