Changeset 55353 for trunk/.devcontainer/setup.sh
- Timestamp:
- 02/16/2023 03:48:26 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/.devcontainer/setup.sh (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.devcontainer/setup.sh
-
Property
svn:executable
set to
*
r55303 r55353 3 3 set -eux 4 4 5 if [ "${CODESPACE_NAME}" = ""]; then5 if [ -z ${CODESPACE_NAME+x} ]; then 6 6 SITE_HOST="http://localhost:8080" 7 7 else -
Property
svn:executable
set to
Note: See TracChangeset
for help on using the changeset viewer.