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

@ -46,7 +46,7 @@ rm -f $HOMEDIR/$user/conf/dns/$domain.db
# dns-cluster
if [ ! -z "$DNS_CLUSTER" ]; then
cmd="v-delete-remote-dns-domain $user $domain"
cmd="$BIN/v-delete-remote-dns-domain $user $domain"
echo "$cmd" >> $VESTA/data/queue/dns-cluster.pipe
fi