Skip to content

Commit 7c584b9

Browse files
committed
fixed typo in a send_mail function
1 parent ecf6a63 commit 7c584b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-restore-user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ if [ "$web" != 'no' ]; then
208208
if [ ! -z "$check_new" ]; then
209209
echo "Error: web domain $domain belongs to another user"
210210
echo "Web domain $domain belongs to another user" |\
211-
$sedn_mail -s "$subj" $email
211+
$send_mail -s "$subj" $email
212212
rm -rf $tmpdir
213213
log_event "$E_EXISTS" "$EVENT"
214214
exit $E_EXISTS

0 commit comments

Comments
 (0)