mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
File system quota support
This commit is contained in:
parent
391c6ca5c5
commit
9087a5b57a
5 changed files with 214 additions and 7 deletions
|
@ -36,6 +36,11 @@ is_object_unsuspended 'user' 'USER' "$user"
|
|||
# Action #
|
||||
#----------------------------------------------------------#
|
||||
|
||||
# Update disk quota
|
||||
if [ "$DISK_QUOTA" = 'yes' ]; then
|
||||
$BIN/v-update-user-quota $user
|
||||
fi
|
||||
|
||||
# Rebuild user
|
||||
rebuild_user_conf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue