X-Git-Url: https://git.tokkee.org/?p=pkg-collection4.git;a=blobdiff_plain;f=debian%2Fcollection4.postinst;h=81d91a5c04a3396b91f2e8bdee17f9d2c028039a;hp=afa35e520333aba416ddb032e1a8ad7b4842bf43;hb=HEAD;hpb=2d4e28e10c0b0cfb4de3edd570727aa4cade7c47 diff --git a/debian/collection4.postinst b/debian/collection4.postinst index afa35e5..81d91a5 100644 --- a/debian/collection4.postinst +++ b/debian/collection4.postinst @@ -30,11 +30,11 @@ configure_apache2() { fi if [ -d /etc/apache2/mods-enabled ]; then - if [ ! -e /etc/apache2/mods-enabled/fcgid.load -a + if [ ! -e /etc/apache2/mods-enabled/fcgid.load -a \ -e /etc/apache2/mods-available/fcgid.load ]; then a2enmod fcgid a2reload="true" - else if [ ! -e /etc/apache2/mods-enabled/fastcgi.load -a + else if [ ! -e /etc/apache2/mods-enabled/fastcgi.load -a \ -e /etc/apache2/mods-available/fastcgi.load ]; then a2enmod fastcgi a2reload="true"