diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2014-06-24 14:53:33 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2014-06-24 14:53:43 +0000 |
commit | b8e40f4f94275cd138dea423c8b45fb3778488a2 (patch) | |
tree | 5d5c54cacf74db5903a595c292fa00fc4fd31167 /testing/flyspray/flyspray.post-install | |
parent | fc5c85dd6ea9d76da7d53dcde6a3110198eb83f5 (diff) | |
download | aports-b8e40f4f94275cd138dea423c8b45fb3778488a2.tar.bz2 aports-b8e40f4f94275cd138dea423c8b45fb3778488a2.tar.xz |
testing/flyspray: added mysqli support because mysql is deprecated
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 |