5.0.1-ol-7-r30 release

This commit is contained in:
Bitnami Bot
2020-02-19 11:53:05 +00:00
parent 25b12ad51b
commit 4ca63aa331
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_SET_HTTPS_PORT="no" \
APACHE_SET_HTTP_PORT="no" \
BITNAMI_APP_NAME="phpmyadmin" \
BITNAMI_IMAGE_VERSION="5.0.1-ol-7-r29" \
BITNAMI_IMAGE_VERSION="5.0.1-ol-7-r30" \
DATABASE_ENABLE_SSL="no" \
DATABASE_HOST="mariadb" \
DATABASE_PORT_NUMBER="3306" \

View File

@@ -205,7 +205,7 @@ if [ "$BITNAMI_PKG_CHMOD" ]; then
fi
# We need to be in $HOME in order to nami inspect works
cd $HOME
DIRS+=" $(nami inspect $PACKAGE_NAME | grep -e 'installdir' | cut -f4 -d\")"
DIRS+=" $(nami inspect $PACKAGE_NAME | grep -e '"installdir"' | cut -f4 -d\")"
info "Fixing permissions: chmod $BITNAMI_PKG_CHMOD $DIRS"
chmod $BITNAMI_PKG_CHMOD $DIRS
fi