mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
05bc19a05f
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
6 lines
276 B
Bash
6 lines
276 B
Bash
if [ ! -r etc/httpd/extra/mod_perl.conf ]; then
|
|
cat etc/httpd/extra/mod_perl.conf.example > etc/httpd/extra/mod_perl.conf
|
|
elif [ "$(cat etc/httpd/extra/mod_perl.conf 2> /dev/null)" = "" ]; then
|
|
cat etc/httpd/extra/mod_perl.conf.example > etc/httpd/extra/mod_perl.conf
|
|
fi
|
|
|