We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a320b1f commit 362efbeCopy full SHA for 362efbe
bin/v-update-user-quota
@@ -33,7 +33,7 @@ is_object_valid 'user' 'USER' "$user"
33
# Updating disk quota
34
quota=$(get_user_value '$DISK_QUOTA')
35
soft=$((quota * 1000))
36
-hard=$((quota + 50000))
+hard=$((soft + 50000))
37
38
# Searching home mount point
39
mnt=$(df -P /home |awk '{print $6}' |tail -n1)
0 commit comments