Unverified Commit b9914bad authored by Samruddhi Khandale's avatar Samruddhi Khandale Committed by GitHub

oryx: add permission to DYNAMIC_INSTALL_ROOT_DIR (#42)

parent 14f8447d
...@@ -119,6 +119,7 @@ if ! oryx --version > /dev/null ; then ...@@ -119,6 +119,7 @@ if ! oryx --version > /dev/null ; then
cp -f $GIT_ORYX/images/build/benv.sh ${ORYX}/benv 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" 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 fi
echo "Done!" echo "Done!"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment