We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0b1fa6 + 9148f7c commit 828c845Copy full SHA for 828c845
1 file changed
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