We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9c26e commit c7df7d6Copy full SHA for c7df7d6
files/entrypoint-extras.sh
@@ -106,7 +106,7 @@ if env | grep -q '^PHPINI__'; then
106
# Lowercase in POSIX sh (dash/busybox) without bash-specific substitution
107
key=$(printf '%s' "$key" | tr '[:upper:]' '[:lower:]')
108
# Append as "key = value" (value is written as-is; quote in ENV if needed)
109
- printf '* setting in php.ini: %s = %s\n' "$key" "$value"
+ printf '* Setting in php.ini: %s = %s\n' "$key" "$value"
110
printf '%s = %s\n' "$key" "$value" >> "$CUSTOM_INI"
111
# Unset them, not relevant to the running containers
112
unset "$name"
0 commit comments