summarylogtreecommitdiffstats
path: root/install
blob: 9152473a60d74cae9f1c9d90d6bc39cdcce3ec52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    cp -n /etc/webapps/z-push/config.example.php /etc/webapps/z-push/config.php

    if [[ ! -e /var/lib/z-push ]];
    then    
	mkdir -p /var/lib/z-push
	chown -R http:http /var/lib/z-push
    fi
    
    chown -R http:http /var/log/z-push
}