Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit 44a5e1c

Browse files
authored
Merge pull request #17 from linuxserver/missing-slash
2 parents 75163c7 + 5e19e88 commit 44a5e1c

File tree

1 file changed

+2
-2
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-quassel-web-config

1 file changed

+2
-2
lines changed

root/etc/s6-overlay/s6-rc.d/init-quassel-web-config/run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ cp -pr /app/quassel-web/settings.cjs /app/quassel-web/settings-env.cjs
3636
sed -i \
3737
-e "s#host:.*//#host: '${QUASSEL_CORE}', //#g" \
3838
-e "s#port:.*,// quasselcore#port: ${QUASSEL_PORT}, // quasselcore#g" \
39-
/app/quassel-web/settings-env.cjs && \
39+
/app/quassel-web/settings-env.cjs
4040
if [[ "${URL_BASE+x}" ]]; then
41-
sed -i "s#prefixpath:.*//#prefixpath: \'${URL_BASE}\', //#g"
41+
sed -i "s#prefixpath:.*//#prefixpath: \'${URL_BASE}\', //#g" \
4242
/app/quassel-web/settings-env.cjs
4343
fi
4444
if [[ -z "${QUASSEL_HTTPS}" ]]; then

0 commit comments

Comments
 (0)