瀏覽代碼

* Corrección de errores

Guzmán Castanedo Villalba 6 年之前
父節點
當前提交
720dfeb20b
共有 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 [ ${#hostnames[@]} -eq 0 ];then
 	echo -en "ERROR:\tNingún dominio encontrado.\n"
 	usage
 	exit 1