diff options
Diffstat (limited to 'development/mod_perl/doinst.sh')
-rw-r--r-- | development/mod_perl/doinst.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/development/mod_perl/doinst.sh b/development/mod_perl/doinst.sh index 240c95761ec63..69b0b327b25af 100644 --- a/development/mod_perl/doinst.sh +++ b/development/mod_perl/doinst.sh @@ -3,3 +3,4 @@ if [ ! -r etc/httpd/mod_perl.conf ]; then elif [ "$(cat etc/httpd/mod_perl.conf 2> /dev/null)" = "" ]; then cat etc/httpd/mod_perl.conf.example > etc/httpd/mod_perl.conf fi + |