Commit e141eff2 by Zachary Robbins

Fixed misleading error message.

parent d49a8b19
......@@ -84,7 +84,7 @@ while getopts "b:vh" opt; do
if [[ $stack == "devstack" ]]; then
vagrant_mount_location=$OPTARG
else
echo -e "${ERROR}Cannot change mount location if installing fullstack!${NC}"
echo -e "${ERROR}Fullstack has no mount location. The -b option is not valid for fullstack!${NC}"
exit 1
fi
;;
......
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