mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
parent
c9ce4928cb
commit
8b10f21172
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue