mirror of
https://github.com/webmin/webmin.git
synced 2026-08-17 21:00:28 +01:00
Fix XFS quota block size https://sourceforge.net/tracker/?func=detail&atid=117457&aid=3568219&group_id=17457
This commit is contained in:
@@ -766,7 +766,7 @@ if ($_[2] =~ /^ext\d+$/) {
|
||||
# }
|
||||
# }
|
||||
}
|
||||
elsif ($_[0] eq "xfs") {
|
||||
elsif ($_[2] eq "xfs") {
|
||||
return 1024;
|
||||
}
|
||||
return undef;
|
||||
|
||||
Reference in New Issue
Block a user