check_webservice_load.sh: fix typo.
This commit is contained in:
		| @@ -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 | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user