From 08b1d3996f89d923fc16dd7f60434d66955c162a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 31 Dec 2020 10:39:43 +0100 Subject: perl_checker cleanups --- rescue/bin/guessmounts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rescue/bin/guessmounts') diff --git a/rescue/bin/guessmounts b/rescue/bin/guessmounts index c5dc5996b..35da03cb0 100755 --- a/rescue/bin/guessmounts +++ b/rescue/bin/guessmounts @@ -68,7 +68,7 @@ if (@$luks_parts) { my $all_hds = fsedit::get_hds({}, $in); # Unlocking them in order to look at their fs (do they hold a Mageia installation): foreach my $part (@$luks_parts) { - diskdrake::interactive::dmcrypt_open($in, undef, $part, $all_hds) + diskdrake::interactive::dmcrypt_open($in, undef, $part, $all_hds); } my @dmcrypts = fs::dmcrypt::get_existing(@$luks_parts); push @$normal_parts, @dmcrypts; -- cgit v1.2.1