aboutsummaryrefslogtreecommitdiff
path: root/src/oryx/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/oryx/install.sh')
-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!"