add some spacing to the output
This commit is contained in:
parent
1d1dda1457
commit
e19d884789
4
stack.sh
4
stack.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user