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  07a90fde1d8f44db789962e33161c3166d049ac0 (commit)
      from  8b0cd417ba80ac310048daa53958c641a713e887 (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=07a90fde1d8f44db789962e33161c3166d049ac0

commit 07a90fde1d8f44db789962e33161c3166d049ac0
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Mon Apr 9 09:46:19 2018 +0000

    OpenSuSE: load php5 module

diff --git a/src/post-install.d/web/web.sh b/src/post-install.d/web/web.sh
index b314d2f..4faad5c 100755
--- a/src/post-install.d/web/web.sh
+++ b/src/post-install.d/web/web.sh
@@ -111,7 +111,11 @@ case "$1" in
                if [ -x /usr/sbin/a2enmod ]; then
                        a2enmod version 2>/dev/null || true  # opensuse..
                        a2enmod macro
-                       a2enmod php7.0 || a2enmod php5
+                       if [ -e /etc/SuSE-release ]; then
+                               a2enmod php5
+                       else
+                               a2enmod php7.0 || a2enmod php5
+                       fi
                        a2enmod ssl
                        a2enmod env
                        a2enmod headers

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

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


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to