forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
2bdad9c411
commit
921fb0012b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ function main() {
|
||||||
ev.mount();
|
ev.mount();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!program.noDaemons) {
|
if (program.daemons) {
|
||||||
serverStats();
|
serverStats();
|
||||||
notesStats();
|
notesStats();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue