[bitnami/moodle] Release 4.1.0-debian-11-r14 (#19805)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-01-11 02:18:37 +01:00 committed by GitHub
parent 8050749091
commit e403161312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@ ARG WITH_ALL_LOCALES="no"
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="4.1.0-debian-11-r13" \
org.opencontainers.image.ref.name="4.1.0-debian-11-r14" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/moodle" \
org.opencontainers.image.title="moodle" \
org.opencontainers.image.vendor="VMware, Inc." \

View File

@ -31,7 +31,7 @@ get_sematic_version () {
while [[ $i -lt $n ]]; do
if [[ -n "${BASH_REMATCH[$i]}" ]] && [[ "${BASH_REMATCH[$i]:0:1}" != '.' ]]; then
version_sections[$j]=${BASH_REMATCH[$i]}
version_sections[j]="${BASH_REMATCH[$i]}"
((j++))
fi
((i++))

View File

@ -419,7 +419,7 @@ mysql_stop() {
for f in "${db_files[@]}"; do
debug_execute fuser "$f" && return_value=1
done
return $return_value
return "$return_value"
}
! is_mysql_running && return

View File

@ -115,6 +115,8 @@ postgresql_client_initialize() {
true
}
# shellcheck disable=SC2148
########################
# Return PostgreSQL major version
# Globals: