mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
fixed typo in a send_mail function
This commit is contained in:
parent
ecf6a63c18
commit
7c584b9ade
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue