From 48094ae0984b2dcfb4ff43681d4d538d1847c522 Mon Sep 17 00:00:00 2001 From: f0x Date: Tue, 8 Oct 2024 12:55:53 +0200 Subject: [PATCH] remove config path hardcode --- server/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/config.ts b/server/config.ts index 15d8c898..32bb5f79 100644 --- a/server/config.ts +++ b/server/config.ts @@ -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() {