diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-02 14:15:17 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-02 14:15:17 +0200 |
commit | 3279f9858369ff13e6cd9e07b4c354b286274086 (patch) | |
tree | 9e3d3814c878ba92a09159f64ec1fa47e8b49e7f /install/ishtar-prepare-instance | |
parent | bc24c0a9a52561928b35b2752c02812e21f0661d (diff) | |
download | Ishtar-3279f9858369ff13e6cd9e07b4c354b286274086.tar.bz2 Ishtar-3279f9858369ff13e6cd9e07b4c354b286274086.zip |
Install script: minor
Diffstat (limited to 'install/ishtar-prepare-instance')
-rwxr-xr-x | install/ishtar-prepare-instance | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/install/ishtar-prepare-instance b/install/ishtar-prepare-instance index c86c93497..e7ac1152a 100755 --- a/install/ishtar-prepare-instance +++ b/install/ishtar-prepare-instance @@ -312,8 +312,9 @@ EOF ------------------------------------------------------------------------------- EOF cecho g " Your instance has been configured." - cecho g " * instance name: "$INSTANCE - cecho g " * url: "$URL + echo "" + cecho g " * instance name: "$INSTANCE + cecho g " * url: http://"$URL cat >&2 <<-'EOF' @@ -321,7 +322,8 @@ EOF EOF cecho y "systemctl restart uwsgi nginx" echo "" - echo "And then enjoy ishtar!" + echo " And then enjoy ishtar!" + echo "" } do_install_instance |