mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +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
|
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/init.sh" ]]; then
|
||||||
initialize mariadb
|
initialize mariadb
|
||||||
chown -R :$BITNAMI_APP_USER /bitnami/mariadb || true
|
|
||||||
echo "Starting application ..."
|
echo "Starting application ..."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user