Fix msfdb init failures on nixos

This commit is contained in:
adfoster-r7
2025-09-04 11:41:30 +01:00
parent 2896b232d1
commit ce3dc123f9
+1 -1
View File
@@ -46,7 +46,7 @@ module MsfdbHelpers
begin
file_name = File.join(path, 'msfdb_testfile')
File.open(file_name, 'w') do |f|
f.puts "#!/bin/bash\necho exec"
f.puts "#!/bin/sh\necho exec"
end
File.chmod(0744, file_name)