mirror of
https://github.com/casjaysdevdocker/.github
synced 2026-07-25 14:11:36 -04:00
📝 Fix WWW_ROOT_DIR in .env.scripts code block 📝
The dotenv.template uses a heredoc — variable expansions inside
it are resolved at generation time. When WWW_ROOT_DIR is unset,
the ${WWW_ROOT_DIR:-default} expression expands to the literal
default path. The code block now shows the actual generated output.
- .github/AI.md: WWW_ROOT_DIR value from template form to generated form
AI.md
This commit is contained in:
@@ -273,7 +273,7 @@ NODE_VERSION="system"
|
||||
NODE_MANAGER="system"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# Default directories
|
||||
WWW_ROOT_DIR="${WWW_ROOT_DIR:-/usr/local/share/httpd/default}"
|
||||
WWW_ROOT_DIR="/usr/local/share/httpd/default"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
ENV_PACKAGES=""
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user