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