mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
59ee771597
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
277 B
Bash
7 lines
277 B
Bash
# 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
|