diff options
Diffstat (limited to 'testing/flyspray/flyspray.post-install')
-rw-r--r-- | testing/flyspray/flyspray.post-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/flyspray/flyspray.post-install b/testing/flyspray/flyspray.post-install index 2e5bbf725c..de166dac84 100644 --- a/testing/flyspray/flyspray.post-install +++ b/testing/flyspray/flyspray.post-install @@ -1,3 +1,3 @@ #!/bin/sh -echo -e "Remember to make a symlink from /usr/share/webapps/flyspray to the document root of your preferred webserver\n" +echo -e "\nRemember to make a symlink from /usr/share/webapps/flyspray to the document root -or whatever- of your preferred webserver\n" exit 0 |