summarylogtreecommitdiffstats
path: root/typecho.install
blob: f611aa2e52cc6ce20efe892c84d13ec44e48c66b (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    echo ""
    echo "==> Installed in : /usr/share/webapps/typecho"
    echo ""
    echo "==> Run php-fpm without ProtectSystem=full in usr/lib/systemd/system/php-fpm.service"
    echo ""
    echo "==> For php7-fpm, the service file name is php-fpm7.service"
    echo ""
}