Browse code

add some spacing to the output

Jesse Andrews authored on 2011/11/02 12:06:55
Showing 1 changed files
... ...
@@ -843,6 +843,10 @@ for ret in "${PIPESTATUS[@]}"; do [ $ret -eq 0 ] || exit $ret; done
843 843
 # Using the cloud
844 844
 # ===============
845 845
 
846
+echo ""
847
+echo ""
848
+echo ""
849
+
846 850
 # If you installed the horizon on this server, then you should be able
847 851
 # to access the site using your browser.
848 852
 if [[ "$ENABLED_SERVICES" =~ "horizon" ]]; then