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

@ -43,7 +43,7 @@ update_object_value 'dns' 'DOMAIN' "$domain" '$EXP' "$exp"
# dns-cluster
if [ ! -z "$DNS_CLUSTER" ]; then
cmd="v-change-remote-dns-domain-exp $user $domain"
cmd="$BIN/v-change-remote-dns-domain-exp $user $domain"
echo "$cmd" >> $VESTA/data/queue/dns-cluster.pipe
fi