Browse Source

* Corregir errores

Guzmán Castanedo Villalba 6 years ago
parent
commit
8eafae1cee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      check-sites

+ 1 - 1
check-sites

@@ -247,7 +247,7 @@ else
 fi
 
 # Comprobamos dominios
-if [ -z ${hostnames[@]} ];then
+if [ -z "${hostnames[@]}" ];then
 	echo -en "ERROR:\tNingún dominio encontrado.\n"
 	usage
 	exit 1