Skip to content

Commit

Permalink
find anything in install_dir with ssl in name
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Oct 24, 2024
1 parent d52380b commit 5baa2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,6 @@
command "#{windows? ? "Perl.exe" : ""} ./util/wrap.pl -fips #{install_dir}/embedded/bin/openssl list -provider-path providers -provider fips -providers"
command "#{install_dir}/embedded/bin/openssl list -providers"
command "echo '🤔🐴💩 <<< openssl dir >>>'"
command "ls #{install_dir}"
command "find #{install_dir} -name '*ssl*'"
end
end

0 comments on commit 5baa2b8

Please sign in to comment.