From: Sebastian Harl Date: Sat, 4 Jun 2011 22:05:24 +0000 (+0200) Subject: collection4.postinst: Fixed syntax error. X-Git-Url: https://git.tokkee.org/?p=pkg-collection4.git;a=commitdiff_plain collection4.postinst: Fixed syntax error. Missing '\' at end of line. --- 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"