blob: f67f28429e5e7ac3fe66a7f43b7c626dab815d5f (
plain)
1
2
3
4
5
6
|
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
post_install() {
echo -e "This package assumes you're running your webserver under '\e[32mhttp\e[37m' username"
echo -e "If not, modify the script accordingly, by replacing '\e[32mhttp\e[37m' with the username you're running your webserver under."
}
|