浏览代码

* Arreglar errores

Guzmán Castanedo Villalba 6 年之前
父节点
当前提交
eebd9d3e13
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      check-sites

+ 1 - 1
check-sites

@@ -175,7 +175,7 @@ for hostname in ${hostnames[@]};do
 done
 
 if [ ! -z "$hostnamesFail" ] && [ $email = true ];then
-	echo -en "Enviando informe por email a \$TO..."
+	echo -en "Enviando informe por email a $to..."
 	message="Envío automático de "$(basename $0)".\nEl sistema presenta Virtual Hosts NO DISPONIBLES.\n""$hostnamesFail""\nCOMPRUEBE QUE EL SERVIDOR.\n"
 	sendEmail
 	if [ $? -ne 0 ];then