Check for nil resource files

See #3719
bug/bundler_fix
James Lee 2014-08-28 16:27:23 -05:00
parent 58091b9e2b
commit 031445fee7
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ class Driver < Msf::Ui::Driver
on_startup(opts)
# Process any resource scripts
if opts['Resource'].empty?
if opts['Resource'].blank?
# None given, load the default
load_resource(File.join(Msf::Config.config_directory, 'msfconsole.rc'))
else