remove commented out line

This commit is contained in:
cynic 2025-09-05 20:39:25 +00:00
parent c8cef76eb6
commit 3489d16971

View File

@ -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