summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-07 10:18:58 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-07 10:18:58 +0200
commit9685dad196274640d56d9407f4576620c65f6d64 (patch)
treebd74aee919ea94bfe456266ef3ffaa96ae5a1cfd /install
parent9346772a7eefac2f3d582e438320665be019a3b8 (diff)
Added better hint text
Diffstat (limited to 'install')
-rwxr-xr-xinstall9
1 files changed, 5 insertions, 4 deletions
diff --git a/install b/install
index 5180254..d332838 100755
--- a/install
+++ b/install
@@ -24,8 +24,9 @@ then
fi
echo
-echo "Installation to '$OT_DEST' finished and configured."
-echo
-echo "IMPORTANT:"
-echo "Include the file '$OT_UI_CONF' in your shell or system startup to have it automatically configured."
+echo "Installation finished and system configured."
+echo "Destination: '$OT_PREFIX'"
+echo "Nginx: '$NGINX_DEST'"
+echo "Redis: '$REDIS_DEST'"
+echo "IMPORTANT: Include the file '$OT_UI_CONF' in your shell or system startup to have the system automatically configured."
echo