summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-07 10:06:44 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-07 10:06:44 +0200
commitae03b88f5c116c079f647bf1a5ba55e0ed387685 (patch)
treecdb361d8f185e94d38bdd379328394abcb3af645 /install
parentade43a6a3c16388b7571bff236e686e1e6f91f35 (diff)
Fixed JAVA_HOME
Diffstat (limited to 'install')
-rwxr-xr-xinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index fb94096..37b86d1 100755
--- a/install
+++ b/install
@@ -6,7 +6,7 @@ LOG="/tmp/`basename $0`-log.txt"
. "./utils.sh"
echo
echo "Opentox-ruby installation."
-echo "You may need to give root password for some privileged actions right now:"
+echo "You may need to give root password for some privileged actions right now and later:"
cmd="sudo echo -n \"\"" && run_cmd "$cmd" "Acquire privileges"
. "./base-install.sh"
@@ -23,7 +23,7 @@ then
fi
echo
-echo "Installation finished and configured."
+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."