mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -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
|
@ -57,7 +57,7 @@ if [ ! -z "$DNS_CLUSTER" ]; then
|
|||
# Check for first sync
|
||||
dlock=$(grep "domain $user $domain" $VESTA/data/queue/dns-cluster.pipe)
|
||||
if [ -z "$dlock" ]; then
|
||||
cmd="$BIN/v-add-remote-dns-domain $user $domain"
|
||||
cmd="$BIN/v-add-remote-dns-domain $user $domain records"
|
||||
echo "$cmd" >> $VESTA/data/queue/dns-cluster.pipe
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue