Explorar el Código

removed error catcher

Serghey Rodin hace 10 años
padre
commit
d5371c3dcd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/v-delete-remote-dns-record

+ 1 - 1
bin/v-delete-remote-dns-record

@@ -55,7 +55,7 @@ for cluster in $(cat $VESTA/conf/dns-cluster.conf); do
 
     # Sync domain
     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
     cluster_cmd v-rebuild-dns-domain $DNS_USER $domain 'yes' 'no'