From 6f93ec4bc1f397c09ac778cb36fc0b6463308190 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Sun, 16 Dec 2012 18:02:05 -0500 Subject: [PATCH] Correct module enabled test to use .load and not .conf --- debian/hcoop-apache2-config.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/hcoop-apache2-config.postinst b/debian/hcoop-apache2-config.postinst index e7f81ca..4448d88 100644 --- a/debian/hcoop-apache2-config.postinst +++ b/debian/hcoop-apache2-config.postinst @@ -32,7 +32,7 @@ case "$1" in HCOOP_ENABLE_FAILED=0 for mod in $HCOOP_APACHE_MODULES; do - if [ ! -e "/etc/apache2/modules-enabled/${mod}.conf" ]; then + if [ ! -e "/etc/apache2/modules-enabled/${mod}.load" ]; then HCOOP_ENABLED_FAILED=1 fi done -- 2.20.1