remove commented out line
This commit is contained in:
parent
c8cef76eb6
commit
3489d16971
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user