entrypoint: remove unnecessary chown

This commit is contained in:
Sameer Naik 2017-01-12 21:02:03 +05:30
parent c08d6ded7c
commit 7e015c4686
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ export MYSQL_MASTER_PASSWORD=${MYSQL_MASTER_PASSWORD:-}
if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/init.sh" ]]; then
initialize mysql
chown -R :$BITNAMI_APP_USER /bitnami/mysql || true
echo "Starting application ..."
fi