11.0.10-debian-10-r71 release

This commit is contained in:
Bitnami Bot
2021-04-08 09:18:05 +00:00
parent 60e8d41b3c
commit 03312b49e0
5 changed files with 5 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ if [[ "$WITH_ALL_LOCALES" =~ ^(yes|true|1)$ ]]; then
echo "Enabling all locales"
cp "$SUPPORTED_LOCALES_FILE" "$LOCALES_FILE"
else
# shellcheck disable=SC2001
LOCALES_TO_ADD="$(sed 's/[,;]\s*/\n/g' <<< "$EXTRA_LOCALES")"
while [[ -n "$LOCALES_TO_ADD" ]] && read -r locale; do
echo "Enabling locale ${locale}"