mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
get user ip fix
This commit is contained in:
parent
516b54fe3f
commit
d30f9d1000
2 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ is_object_unsuspended 'user' 'USER' "$user"
|
|||
|
||||
# Get ip if it wasn't defined
|
||||
if [ -z "$ip" ]; then
|
||||
get_user_ip $user
|
||||
get_user_ip
|
||||
if [ -z "$ip" ]; then
|
||||
check_result $E_NOTEXIST "no avaiable IP address"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue