Browse Source

Add missing $BIN

Wojciech Smoliński 5 years ago
parent
commit
81d5c25141
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v-change-domain-owner

+ 1 - 1
bin/v-change-domain-owner

@@ -132,7 +132,7 @@ if [ ! -z "$dns_data" ]; then
 
     # Resync dns cluster
     if [ ! -z "$DNS_CLUSTER" ]; then
-        v-sync-dns-cluster
+        $BIN/v-sync-dns-cluster
     fi
 fi