mirror of
https://github.com/bitnami/containers.git
synced 2026-03-20 23:10:53 +08:00
entrypoint: remove unnecessary chown
This commit is contained in:
@@ -29,7 +29,6 @@ export MARIADB_MASTER_PASSWORD=${MARIADB_MASTER_PASSWORD:-}
|
||||
|
||||
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/init.sh" ]]; then
|
||||
initialize mariadb
|
||||
chown -R :$BITNAMI_APP_USER /bitnami/mariadb || true
|
||||
echo "Starting application ..."
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user