mirror of https://github.com/n1nj4sec/pupy.git
Add workdir/config as potential config file storage
This commit is contained in:
parent
8e60bf9726
commit
fda4717041
|
@ -16,6 +16,7 @@ class PupyConfig(ConfigParser):
|
||||||
path.join(self.root, config+'.default'),
|
path.join(self.root, config+'.default'),
|
||||||
path.join(self.root, config),
|
path.join(self.root, config),
|
||||||
path.join(self.user_root, config),
|
path.join(self.user_root, config),
|
||||||
|
path.join('config', config),
|
||||||
config
|
config
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue