mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
1c77e284c5
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
5 lines
241 B
Bash
5 lines
241 B
Bash
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
|