mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
removed error catcher
This commit is contained in:
parent
305a6b1fb1
commit
d5371c3dcd
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ for cluster in $(cat $VESTA/conf/dns-cluster.conf); do
|
||||||
|
|
||||||
# Sync domain
|
# Sync domain
|
||||||
cluster_cmd v-delete-dns-record $DNS_USER $domain $id 'no'
|
cluster_cmd v-delete-dns-record $DNS_USER $domain $id 'no'
|
||||||
check_result $? "$HOST connection failed (rebuild)" $E_CONNECT
|
#check_result $? "$HOST connection failed (delete)" $E_CONNECT
|
||||||
|
|
||||||
# Rebuilding dns zone
|
# Rebuilding dns zone
|
||||||
cluster_cmd v-rebuild-dns-domain $DNS_USER $domain 'yes' 'no'
|
cluster_cmd v-rebuild-dns-domain $DNS_USER $domain 'yes' 'no'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue