mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-31 23:16:09 +02:00
Fix getConfigPath()
This commit is contained in:
parent
0b78b42f2f
commit
b361913929
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ function getDefaultConfigPath() {
|
|||
}
|
||||
|
||||
function getConfigPath() {
|
||||
const baseConfigPath = argv.config ? argv.config : config.getDefaultPath();
|
||||
const baseConfigPath = argv.config ? argv.config : config.Config.getDefaultPath();
|
||||
return baseConfigPath + 'config.hjson';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue