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 008e112613a8844ade55188d2b309ddbe414f21d (commit)
from 48892ccfc2f2378ab0289cf3f0df58362e8eff95 (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=008e112613a8844ade55188d2b309ddbe414f21d
commit 008e112613a8844ade55188d2b309ddbe414f21d
Author: Roland Mas <[email protected]>
Date: Tue Oct 15 17:07:47 2019 +0200
Handle php7.3
diff --git a/src/post-install.d/web/web.sh b/src/post-install.d/web/web.sh
index c5cdfe2..7693b5d 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 php || a2enmod php7.2 || a2enmod php7.0
|| a2enmod php5
+ a2enmod php || a2enmod php7.3 || 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