Merge pull request #39 from prydonius/remove-chown

entrypoint: remove unnecessary chown
This commit is contained in:
Sameer Naik 2016-11-20 17:43:07 +05:30 committed by GitHub
commit 345fb07298
1 changed files with 0 additions and 1 deletions

View File

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