mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 04:50:47 -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
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
USER_DATA=$VESTA/data/users/$owner
|
||||||
|
is_object_unsuspended 'user' 'USER' "$owner"
|
||||||
|
USER_DATA=$VESTA/data/users/$user
|
||||||
|
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
||||||
# Action #
|
# Action #
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue