We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2f74b commit 955a5c4Copy full SHA for 955a5c4
func/remote.sh
@@ -141,7 +141,7 @@ remote_dns_health_check() {
141
echo -n "After resolving issue run " >> $tmpfile
142
echo -e "following commands:\n" >> $tmpfile
143
echo "v-unsuspend-remote-dns-host $HOST" >> $tmpfile
144
- echo "v-sync-dns-clustert $HOST" >> $tmpfile
+ echo "v-sync-dns-cluster $HOST" >> $tmpfile
145
echo -e "\n\n--\nVesta Control Panel\n$(hostname)" >> $tmpfile
146
cat $tmpfile | $send_mail -s "$subj" $email
147
0 commit comments