From 51a4f54f3dd292598362d2c20cfea16fb8f4a87e Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 5 Jun 2011 00:05:24 +0200 Subject: [PATCH] collection4.postinst: Fixed syntax error. Missing '\' at end of line. --- debian/collection4.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.30.2