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  7d3aec5610661d802805c4f317b02f5734e53e91 (commit)
      from  3f5e3581f8535644a17dade42c8cc0697fd25078 (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=7d3aec5610661d802805c4f317b02f5734e53e91

commit 7d3aec5610661d802805c4f317b02f5734e53e91
Author: Franck Villaume <[email protected]>
Date:   Wed Jul 20 19:23:02 2016 +0200

    fix missing var

diff --git a/src/post-install.d/web/web.sh b/src/post-install.d/web/web.sh
index 7aca864..1306978 100755
--- a/src/post-install.d/web/web.sh
+++ b/src/post-install.d/web/web.sh
@@ -148,6 +148,7 @@ case "$1" in
         ;;
 
     servicerestart)
+       apache_service=$(forge_get_config apache_service)
        # Start web server on boot
        if [ -x /sbin/chkconfig ]; then
            chkconfig $apache_service on

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

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


hooks/post-receive
-- 
FusionForge

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

Reply via email to