Explorar o código

Fixed bin

Closes #664
System Void %!s(int64=9) %!d(string=hai) anos
pai
achega
8b10f21172
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/v-change-domain-owner

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

@@ -27,7 +27,7 @@ check_args '2' "$#" 'DOMAIN USER'
 is_format_valid 'domain' 'user'
 is_object_valid 'user' 'USER' "$user"
 is_object_unsuspended 'user' 'USER' "$user"
-owner=$(v-search-domain-owner $domain)
+owner=$($BIN/v-search-domain-owner $domain)
 if [ -z "$owner" ]; then
     check_result $E_NOTEXIST "domain $domain doesn't exist"
 fi