Skip to content

Commit c5ea206

Browse files
committed
fail tollerance against already synced domains
1 parent 2127cfd commit c5ea206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-add-dns-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ fi
179179

180180
# Updating dns-cluster queue
181181
if [ ! -z "$DNS_CLUSTER" ]; then
182-
cmd="$BIN/v-add-remote-dns-domain $user $domain no"
182+
cmd="$BIN/v-add-remote-dns-domain $user $domain yes"
183183
echo "$cmd" >> $VESTA/data/queue/dns-cluster.pipe
184184
fi
185185

0 commit comments

Comments
 (0)