mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-05-06 07:16:01 +02:00
Actuall quota size was 10 times lesser. Fixes #152.
This commit is contained in:
@@ -32,7 +32,7 @@ is_object_valid 'user' 'USER' "$user"
|
||||
|
||||
# Updating disk quota
|
||||
soft=$(get_user_value '$DISK_QUOTA')
|
||||
soft=$((soft * 100))
|
||||
soft=$((soft * 1000))
|
||||
hard=$((soft + 50000))
|
||||
|
||||
mnt=$(df -P /home |awk '{print $6}' |tail -n1)
|
||||
|
||||
Reference in New Issue
Block a user