Explorar el Código

* Corregir errores

Guzmán Castanedo Villalba hace 5 años
padre
commit
8eafae1cee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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