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 8d85cdc commit 9148f7cCopy full SHA for 9148f7c
bin/v-update-user-quota
@@ -33,7 +33,7 @@ is_object_valid 'user' 'USER' "$user"
33
# Updating disk quota
34
# Had quota equals package value. Soft quota equals 90% of package value for warnings.
35
quota=$(get_user_value '$DISK_QUOTA')
36
-soft=$(echo "$quota * 1024 * 0.90"|bc |cut -f 1 -d .)
+soft=$(echo "$quota * 1024"|bc |cut -f 1 -d .)
37
hard=$(echo "$quota * 1024"|bc |cut -f 1 -d .)
38
39
# Searching home mount point
0 commit comments