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