From 3489d16971d1ebab1d245836690fb023c5ec0a68 Mon Sep 17 00:00:00 2001 From: cynic Date: Fri, 5 Sep 2025 20:39:25 +0000 Subject: [PATCH] remove commented out line --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index cdfb5a4..81302b4 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -34,7 +34,6 @@ ngircd -f ${NGIRCD_CFG} & # Prepare The Lounge config from template if missing THELOUNGE_CFG=${THELOUNGE_DIR}/config.js if [ ! -f "${THELOUNGE_CFG}" ]; then - #THELOUNGE_NICK=${THELOUNGE_NICK:-DuckUser} sed "s|%HS_NAME%|${HS_NAME}|g" "/thelounge-config.js.template" > "${THELOUNGE_CFG}" chown app:app "${THELOUNGE_CFG}" fi