We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b4b523 + 7f00212 commit 18604c3Copy full SHA for 18604c3
lib/msf/base/config.rb
@@ -27,7 +27,7 @@ class Config < Hash
27
# @return [String] the base configuration directory
28
def self.get_config_root
29
30
- # Use MSFCFGDIR environment variable first. See feature request #5797
+ # Use MSF_CFGROOT_CONFIG environment variable first.
31
val = Rex::Compat.getenv('MSF_CFGROOT_CONFIG')
32
if (val and File.directory?(val))
33
return val
0 commit comments