aboutsummaryrefslogtreecommitdiffstats
path: root/bin/pre-install-as-root
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2012-09-28 09:02:48 +0100
committerMark Longair <mhl@pobox.com>2012-09-28 09:02:48 +0100
commit351f8aab4b74b9623ec5be31690b81d6d427559f (patch)
tree2cd4dedbd4bfc330cfd412802a23c634306a02d7 /bin/pre-install-as-root
parent9eefbd3ec484cedfc8508557c3b7c356b8a53f9c (diff)
The guidance should append at the end of the script output
Diffstat (limited to 'bin/pre-install-as-root')
-rwxr-xr-xbin/pre-install-as-root7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/pre-install-as-root b/bin/pre-install-as-root
index 0204d244a..73ca01e12 100755
--- a/bin/pre-install-as-root
+++ b/bin/pre-install-as-root
@@ -255,3 +255,10 @@ fi
su -l -c "$FMS_REPOSITORY/bin/install-as-user $DEFAULT_PARAMETER '$UNIX_USER' '$HOST'" "$UNIX_USER"
install_sysvinit_script
+
+# Tell the user what to do next:
+
+echo Installation complete - you should now be able to view the site at:
+echo http://$HOST/
+echo Or you can run the tests by switching to the "'$UNIX_USER'" user and
+echo running: $FMS_REPOSITORY/bin/cron-wrapper prove -r t