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  dd6639415c7ec7eb1c9b7ce9f5efe553258491ba (commit)
      from  f6475e76b0ebb2dc126e39a41bca0198712f5a01 (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=dd6639415c7ec7eb1c9b7ce9f5efe553258491ba

commit dd6639415c7ec7eb1c9b7ce9f5efe553258491ba
Author: Roland Mas <[email protected]>
Date:   Wed Oct 2 18:16:24 2019 +0200

    Handle php7.2

diff --git a/src/post-install.d/web/web.sh b/src/post-install.d/web/web.sh
index 00f2f01..75de7a5 100755
--- a/src/post-install.d/web/web.sh
+++ b/src/post-install.d/web/web.sh
@@ -120,7 +120,7 @@ case "$1" in
                                        a2dismod mpm_event
                                        a2enmod mpm_itk
                                fi
-                               a2enmod php7.0 || a2enmod php5
+                               a2enmod php || a2enmod php7.2 || a2enmod php7.0 
|| a2enmod php5
                        fi
                        a2enmod ssl
                        a2enmod env

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

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