blob: 6a7d79652fe9f2a4d2d804721d7a1d996830e309 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo 'Start using the h5bp configuration by copying the example HTTPD'
echo 'configuration from `/etc/httpd/conf/vhosts/templates/example.com.conf`'
echo 'to the `/etc/httpd/conf/vhosts` directory with the desired domain and'
echo 'top level name to your liking.'
}
post_update() {
post_install
}
|