blob: 465842155fe64d2a764b109d049ff87b94b6eaf2 (
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 web server 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 web server under."
}
|