fail tollerance against already synced domains

This commit is contained in:
Serghey Rodin 2015-10-22 18:01:54 +03:00
commit c5ea206e5b

View file

@ -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