add some spacing to the output
This commit is contained in:
parent
1d1dda1457
commit
e19d884789
1 changed files with 4 additions and 0 deletions
4
stack.sh
4
stack.sh
|
@ -843,6 +843,10 @@ for ret in "${PIPESTATUS[@]}"; do [ $ret -eq 0 ] || exit $ret; done
|
||||||
# Using the cloud
|
# Using the cloud
|
||||||
# ===============
|
# ===============
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo ""
|
||||||
|
echo ""
|
||||||
|
|
||||||
# If you installed the horizon on this server, then you should be able
|
# If you installed the horizon on this server, then you should be able
|
||||||
# to access the site using your browser.
|
# to access the site using your browser.
|
||||||
if [[ "$ENABLED_SERVICES" =~ "horizon" ]]; then
|
if [[ "$ENABLED_SERVICES" =~ "horizon" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue