full path in queue

This commit is contained in:
Serghey Rodin 2013-05-31 12:46:32 +03:00
commit ca81632e82
13 changed files with 20 additions and 14 deletions

View file

@ -54,7 +54,7 @@ update_domain_zone
# dns-cluster
if [ ! -z "$DNS_CLUSTER" ]; then
cmd="v-add-remote-dns-domain $user $domain"
cmd="$BIN/v-add-remote-dns-domain $user $domain"
echo "$cmd" >> $VESTA/data/queue/dns-cluster.pipe
fi