Parcourir la source

fail tollerance against already synced domains

Serghey Rodin il y a 10 ans
Parent
commit
c5ea206e5b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      bin/v-add-dns-domain

+ 1 - 1
bin/v-add-dns-domain

@@ -179,7 +179,7 @@ fi
 
 # Updating dns-cluster queue
 if [ ! -z "$DNS_CLUSTER" ]; then
-    cmd="$BIN/v-add-remote-dns-domain $user $domain no"
+    cmd="$BIN/v-add-remote-dns-domain $user $domain yes"
     echo "$cmd" >> $VESTA/data/queue/dns-cluster.pipe
 fi