mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
full path in queue
This commit is contained in:
parent
46e2527c5a
commit
ca81632e82
13 changed files with 20 additions and 14 deletions
|
@ -47,7 +47,7 @@ update_domain_zone
|
|||
|
||||
# dns-cluster
|
||||
if [ ! -z "$DNS_CLUSTER" ]; then
|
||||
cmd="v-delete-remote-dns-record $user $domain $id"
|
||||
cmd="$BIN/v-delete-remote-dns-record $user $domain $id"
|
||||
echo "$cmd" >> $VESTA/data/queue/dns-cluster.pipe
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue