Browse Source

* Corrección de errores

Guzmán Castanedo Villalba 5 years ago
parent
commit
9afa9a182e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      check-virtualhosts

+ 1 - 1
check-virtualhosts

@@ -133,7 +133,7 @@ if [ -z $from ] && [ $mail = true ];then
 	echo -en "WARNING(FROM): El envio de correo está desactivado (Compruebe comfiguración).\n"
 	email=false
 fi
-if [ -z $password ] && [ $email = true ];then
+if [ -z $pass ] && [ $email = true ];then
 	echo -en "WARNING(PASSWORD): El envio de correo está desactivado (Compruebe comfiguración).\n"
 	email=false
 fi