summaryrefslogtreecommitdiffstats
path: root/network/dokuwiki/doinst.sh
blob: 14d06020bc44fd75edd1ce77dcf1946c4e364b4e (plain)
1
2
3
4
5
sed -i "s:#Include /etc/httpd/mod_php.conf:Include /etc/httpd/mod_php.conf:g" etc/httpd/httpd.conf
grep -q -e 'Dokuwiki' etc/httpd/httpd.conf || cat >> etc/httpd/httpd.conf <<'EOF'
# Dokuwiki
Include /etc/httpd/extra/httpd-dokuwiki.conf
EOF