mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Check if source user is suspended
This commit is contained in:
parent
c43b3b0976
commit
39a4dffbce
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ if [ "$owner" = "$user" ]; then
|
|||
exit
|
||||
fi
|
||||
|
||||
USER_DATA=$VESTA/data/users/$owner
|
||||
is_object_unsuspended 'user' 'USER' "$owner"
|
||||
USER_DATA=$VESTA/data/users/$user
|
||||
|
||||
#----------------------------------------------------------#
|
||||
# Action #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue