mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
fail tollerance against already synced domains
This commit is contained in:
parent
2127cfd44b
commit
c5ea206e5b
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ fi
|
||||||
|
|
||||||
# Updating dns-cluster queue
|
# Updating dns-cluster queue
|
||||||
if [ ! -z "$DNS_CLUSTER" ]; then
|
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
|
echo "$cmd" >> $VESTA/data/queue/dns-cluster.pipe
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue