parent
b19f766728
commit
2c5c94288d
|
@ -423,6 +423,7 @@ class Driver < Msf::Ui::Driver
|
|||
elsif ::File.readable?(path)
|
||||
resource_file = ::File.read(path)
|
||||
else
|
||||
print_error "Cannot find resource script: #{path}"
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue