followup: just use case sensitive flag, no manual hack
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -99,7 +99,7 @@ PVE::Storage::Plugin->init();
|
||||
|
||||
my $UDEVADM = '/sbin/udevadm';
|
||||
|
||||
our $iso_extension_re = qr/\.(?:[Ii][Ss][Oo]|[Ii][Mm][Gg])/;
|
||||
our $iso_extension_re = qr/\.(?:iso|img)/i;
|
||||
|
||||
# PVE::Storage utility functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user