mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
fix for dns cluster sync
This commit is contained in:
parent
e821beaac9
commit
12c67c76b3
7 changed files with 31 additions and 19 deletions
|
@ -146,7 +146,7 @@ chown root:$dns_group $conf
|
|||
|
||||
# dns-cluster
|
||||
if [ ! -z "$DNS_CLUSTER" ]; then
|
||||
cmd="$BIN/v-add-remote-dns-domain $user $domain"
|
||||
cmd="$BIN/v-add-remote-dns-domain $user $domain no"
|
||||
echo "$cmd" >> $VESTA/data/queue/dns-cluster.pipe
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue