Skip to content

Commit ec84c8c

Browse files
authored
Merge pull request hestiacp#1569 from wojsmol/fix/1566-v-change-domain-owner
[fix][1566] Add missing $BIN
2 parents 4810eab + 81d5c25 commit ec84c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-change-domain-owner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ if [ ! -z "$dns_data" ]; then
132132

133133
# Resync dns cluster
134134
if [ ! -z "$DNS_CLUSTER" ]; then
135-
v-sync-dns-cluster
135+
$BIN/v-sync-dns-cluster
136136
fi
137137
fi
138138

0 commit comments

Comments
 (0)