diff options
Diffstat (limited to 'bin/pre-install-as-root')
-rwxr-xr-x | bin/pre-install-as-root | 7 |
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 |