diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-06-09 19:51:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 19:51:58 +0300 |
commit | b9914bad933fd6ddf4ce0694f0d910bc6ae0cf8b (patch) | |
tree | e9cf76b5133f33100a10f9f0cb46679131fbd1c7 /src/oryx/install.sh | |
parent | 14f8447d0f3c202a57bed77722799e320845df0c (diff) |
oryx: add permission to DYNAMIC_INSTALL_ROOT_DIR (#42)
Diffstat (limited to 'src/oryx/install.sh')
-rwxr-xr-x | src/oryx/install.sh | 1 |
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!" |