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
export OPENEDX_RELEASE=$release
# Check if mount location was changed
if[[$vagrant_mount_location!=""]];then
...
...
@@ -89,21 +119,42 @@ if [[ $vagrant_mount_location != "" ]]; then
export VAGRANT_MOUNT_BASE=vagrant_mount_location
fi
export OPENEDX_RELEASE=$release
mkdir -p devstack
cd devstack
if[[$stack=="devstack"]];then# Install 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}"