mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -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
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue