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=3d29f0c1da31fa233b61b93717c36fb8f3488c3e 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"