This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.1 has been updated
       via  7f2e5481182cc76381c0f3bf6dfea945da023b1c (commit)
      from  9df242b76fdc7872b7aecdd250b8092c81075a9e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=7f2e5481182cc76381c0f3bf6dfea945da023b1c

commit 7f2e5481182cc76381c0f3bf6dfea945da023b1c
Author: Roland Mas <[email protected]>
Date:   Thu Oct 3 14:04:08 2019 +0200

    Handle Debian 10

diff --git a/src/post-install.d/web/web.sh b/src/post-install.d/web/web.sh
index dee62c4..c5cdfe2 100755
--- a/src/post-install.d/web/web.sh
+++ b/src/post-install.d/web/web.sh
@@ -116,7 +116,7 @@ case "$1" in
                                a2enmod mpm_itk
                                a2enmod mod_access_compat
                        else
-                               if [ -e /etc/debian_version] && ! grep -q ^8 
/etc/debian_version ; then
+                               if [ -e /etc/debian_version ] && ! grep -q ^8 
/etc/debian_version ; then
                                        a2dismod mpm_event
                                        a2enmod mpm_itk
                                fi

-----------------------------------------------------------------------

Summary of changes:
 src/post-install.d/web/web.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to