Go back to using the real config file name
This commit is contained in:
parent
86adabe93e
commit
2f5c494f68
|
@ -496,7 +496,7 @@ class ConfigBase(Borg):
|
|||
dbg('ConfigBase::load: config already loaded')
|
||||
return
|
||||
|
||||
filename = os.path.join(get_config_dir(), 'epic-config')
|
||||
filename = os.path.join(get_config_dir(), 'config')
|
||||
try:
|
||||
configfile = open(filename, 'r')
|
||||
except Exception, ex:
|
||||
|
|
Loading…
Reference in New Issue