Skip to content

Commit

Permalink
remove config path hardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
f0x52 committed Oct 8, 2024
1 parent 2d80992 commit 48094ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ class Config {
}

getConfigPath() {
// return path.join(this.#homePath, "config.js");
return "/etc/thelounge/config.js";
return path.join(this.#homePath, "config.js");
// return "/etc/thelounge/config.js";
}

getUserLogsPath() {
Expand Down

0 comments on commit 48094ae

Please sign in to comment.