mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
removed typo
This commit is contained in:
parent
2e2f74b65a
commit
955a5c4e98
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ remote_dns_health_check() {
|
||||||
echo -n "After resolving issue run " >> $tmpfile
|
echo -n "After resolving issue run " >> $tmpfile
|
||||||
echo -e "following commands:\n" >> $tmpfile
|
echo -e "following commands:\n" >> $tmpfile
|
||||||
echo "v-unsuspend-remote-dns-host $HOST" >> $tmpfile
|
echo "v-unsuspend-remote-dns-host $HOST" >> $tmpfile
|
||||||
echo "v-sync-dns-clustert $HOST" >> $tmpfile
|
echo "v-sync-dns-cluster $HOST" >> $tmpfile
|
||||||
echo -e "\n\n--\nVesta Control Panel\n$(hostname)" >> $tmpfile
|
echo -e "\n\n--\nVesta Control Panel\n$(hostname)" >> $tmpfile
|
||||||
cat $tmpfile | $send_mail -s "$subj" $email
|
cat $tmpfile | $send_mail -s "$subj" $email
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue