aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-06-09 19:51:58 +0300
committerGitHub <noreply@github.com>2022-06-09 19:51:58 +0300
commitb9914bad933fd6ddf4ce0694f0d910bc6ae0cf8b (patch)
treee9cf76b5133f33100a10f9f0cb46679131fbd1c7
parent14f8447d0f3c202a57bed77722799e320845df0c (diff)
oryx: add permission to DYNAMIC_INSTALL_ROOT_DIR (#42)
-rwxr-xr-xsrc/oryx/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/oryx/install.sh b/src/oryx/install.sh
index ec614c1..2a41dd7 100755
--- a/src/oryx/install.sh
+++ b/src/oryx/install.sh
@@ -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!"