add some spacing to the output

This commit is contained in:
Jesse Andrews 2011-11-01 20:06:55 -07:00
parent 1d1dda1457
commit e19d884789

View file

@ -843,6 +843,10 @@ for ret in "${PIPESTATUS[@]}"; do [ $ret -eq 0 ] || exit $ret; done
# Using the cloud
# ===============
echo ""
echo ""
echo ""
# If you installed the horizon on this server, then you should be able
# to access the site using your browser.
if [[ "$ENABLED_SERVICES" =~ "horizon" ]]; then