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, master has been updated
via 40347219c4e857816b1daad349b9736456ccb6f3 (commit)
from 82ae8eb350c37c1bec6124091b71af8b886b8136 (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=40347219c4e857816b1daad349b9736456ccb6f3
commit 40347219c4e857816b1daad349b9736456ccb6f3
Author: Franck Villaume <[email protected]>
Date: Thu Aug 1 09:03:51 2019 +0000
enable php7.3 on deb10
diff --git a/src/post-install.d/web/web.sh b/src/post-install.d/web/web.sh
index 00f2f01..a6d25bd 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 php7.3 || 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