oryx: add permission to DYNAMIC_INSTALL_ROOT_DIR (#42)

This commit is contained in:
Samruddhi Khandale 2022-06-09 09:51:58 -07:00 committed by GitHub
parent 14f8447d0f
commit b9914bad93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,6 +119,7 @@ if ! oryx --version > /dev/null ; then
cp -f $GIT_ORYX/images/build/benv.sh ${ORYX}/benv
updaterc "export PATH=$PATH:/usr/local/oryx && export ORYX_SDK_STORAGE_BASE_URL=https://oryx-cdn.microsoft.io && export ENABLE_DYNAMIC_INSTALL=true && DYNAMIC_INSTALL_ROOT_DIR=/usr/local"
chown -R ${USERNAME} /usr/local/
fi
echo "Done!"