echo-e"${WARN}The release you entered is not 'master'. Please be aware that a branch other than master or a release other than the latest named-release could cause errors.${NC}"
fi
# Check if mount location was changed
# Check if mount location was changed
if[[$vagrant_mount_location!=""]];then
if[[$vagrant_mount_location!=""]];then
...
@@ -89,21 +119,42 @@ if [[ $vagrant_mount_location != "" ]]; then
...
@@ -89,21 +119,42 @@ if [[ $vagrant_mount_location != "" ]]; then
export VAGRANT_MOUNT_BASE=vagrant_mount_location
export VAGRANT_MOUNT_BASE=vagrant_mount_location
fi
fi
export OPENEDX_RELEASE=$release
if[[$stack=="devstack"]];then# Install devstack
mkdir -p devstack
# Warn if release chosen is not master or named-releaser
echo-e"${WARN}The release you entered is not 'master' or a named-release. Please be aware that a branch other than master or a release other than the latest named-release could cause errors when installing devstack.${NC}"
echo-e"${WARN}The release you entered is not a named-release. Please be aware that a branch other than the latest named-release could cause errors when installing fullstack.${NC}"