mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -07:00
refactoring: log_event(), is_format_valid()
This commit is contained in:
parent
d4f30b570b
commit
5d30b67fb1
6 changed files with 344 additions and 92 deletions
|
@ -106,7 +106,7 @@ remote_dns_health_check() {
|
|||
else
|
||||
subj="DNS sync failed"
|
||||
email=$($BIN/v-get-user-value admin CONTACT)
|
||||
cat $tmpfile |$send_mail -s "$subj" $email
|
||||
cat $tmpfile |$SENDMAIL -s "$subj" $email
|
||||
fi
|
||||
|
||||
# Deleting tmp file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue