summaryrefslogtreecommitdiffstats
path: root/network/dokuwiki/doinst.sh
blob: 57a1536f083054418e7a1b6cc5bf70891ae8a607 (plain)
# Remove comment
sed -i "s:#Include /etc/httpd/mod_php.conf:Include /etc/httpd/mod_php.conf:g" etc/httpd/httpd.conf

# If not exist line, send...
grep -q -e 'Dokuwiki' etc/httpd/httpd.conf || cat >> etc/httpd/httpd.conf <<'EOF'
Include /etc/httpd/extra/httpd-dokuwiki.conf
EOF