Sfoglia il codice sorgente

* Corregir errores

Guzmán Castanedo Villalba 6 anni fa
parent
commit
8eafae1cee
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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