浏览代码

* 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