Ver Fonte

fixed typo in a send_mail function

Serghey Rodin há 12 anos atrás
pai
commit
7c584b9ade
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      bin/v-restore-user

+ 1 - 1
bin/v-restore-user

@@ -208,7 +208,7 @@ if [ "$web" != 'no' ]; then
             if [ ! -z "$check_new" ]; then
             if [ ! -z "$check_new" ]; then
                 echo "Error: web domain $domain belongs to another user"
                 echo "Error: web domain $domain belongs to another user"
                 echo "Web domain $domain belongs to another user" |\
                 echo "Web domain $domain belongs to another user" |\
-                    $sedn_mail -s "$subj" $email
+                    $send_mail -s "$subj" $email
                 rm -rf $tmpdir
                 rm -rf $tmpdir
                 log_event "$E_EXISTS" "$EVENT"
                 log_event "$E_EXISTS" "$EVENT"
                 exit $E_EXISTS
                 exit $E_EXISTS