Merge pull request #1055 from rgaiacs/1054-avoid-white-space

Enclose ${PATH} in double-quotes
This commit is contained in:
Raniere Silva
2025-12-08 15:43:10 +01:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ The easiest & safest way to develop & test TLJH is with [Docker](https://www.doc
--publish 12000:80 \
--env TLJH_BOOTSTRAP_DEV=yes \
--env TLJH_BOOTSTRAP_PIP_SPEC=/srv/src \
--env PATH=/opt/tljh/hub/bin:${PATH} \
--env "PATH=/opt/tljh/hub/bin:${PATH}" \
--mount type=bind,source="$(pwd)",target=/srv/src \
tljh-systemd
```