ソースを参照

* Corregir errores

Guzmán Castanedo Villalba 6 年 前
コミット
8eafae1cee
1 ファイル変更1 行追加1 行削除
  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