@@ -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