Commit 81f7e743 by Aron Griffis

Fix typo on $vagrant_mount_location

This prevented the -b option to install_stack.sh from working properly.
parent d79efc9f
......@@ -142,7 +142,7 @@ echo "Installing release '$OPENEDX_RELEASE'"
# Check if mount location was changed
if [[ $vagrant_mount_location != "" ]]; then
echo "Changing Vagrant provision location to $vagrant_mount_location..."
export VAGRANT_MOUNT_BASE=vagrant_mount_location
export VAGRANT_MOUNT_BASE=$vagrant_mount_location
fi
if [[ -d .vagrant ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment