blob: 399f8dfb9f3fd7803cb1f3cc59abd121b2c4a27e (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
cp -n /etc/webapps/z-push/config.example.php /etc/webapps/z-push/config.php
mkdir -p /var/lib/z-push
chown -R http:http /var/lib/z-push
chown -R http:http /var/log/z-push
}
|