There may be more than one single quote to fix.
PR: 256
This commit is contained in:
parent
cf3b8b52f1
commit
b7910992d8
@ -100,7 +100,7 @@ sub check_file {
|
||||
|
||||
sub link_hash_cert {
|
||||
my $fname = $_[0];
|
||||
$fname =~ s/'/'\\''/;
|
||||
$fname =~ s/'/'\\''/g;
|
||||
my ($hash, $fprint) = `$openssl x509 -hash -fingerprint -noout -in '$fname'`;
|
||||
chomp $hash;
|
||||
chomp $fprint;
|
||||
|
Loading…
Reference in New Issue
Block a user