mirror of
https://github.com/webmin/webmin.git
synced 2026-03-12 05:33:16 +00:00
Sometimes ntfs is in lower case
Some checks are pending
webmin.dev: webmin/webmin / build (push) Waiting to run
Some checks are pending
webmin.dev: webmin/webmin / build (push) Waiting to run
https://github.com/webmin/webmin/issues/2635
This commit is contained in:
@@ -918,7 +918,7 @@ if ($has_parted) {
|
||||
elsif ($tag eq "linux-swap") {
|
||||
@rv = ( "swap" );
|
||||
}
|
||||
elsif ($tag eq "NTFS") {
|
||||
elsif ($tag eq "NTFS" || $tag eq "ntfs") {
|
||||
@rv = ( "ntfs" );
|
||||
}
|
||||
elsif ($tag eq "reiserfs") {
|
||||
|
||||
Reference in New Issue
Block a user