diff options
author | Mark Longair <mhl@pobox.com> | 2012-09-28 09:02:48 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2012-09-28 09:02:48 +0100 |
commit | 351f8aab4b74b9623ec5be31690b81d6d427559f (patch) | |
tree | 2cd4dedbd4bfc330cfd412802a23c634306a02d7 | |
parent | 9eefbd3ec484cedfc8508557c3b7c356b8a53f9c (diff) |
The guidance should append at the end of the script output
-rwxr-xr-x | bin/install-as-user | 7 | ||||
-rwxr-xr-x | bin/pre-install-as-root | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/bin/install-as-user b/bin/install-as-user index c5e68764b..f7cc7ba79 100755 --- a/bin/install-as-user +++ b/bin/install-as-user @@ -123,10 +123,3 @@ bin/install_perl_modules ./bin/cron-wrapper ./bin/make_emptyhomes_welsh_po commonlib/bin/gettext-makemo FixMyStreet - -# 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 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 |