[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 7cebf84726b3ac975811b55353f0b5cf1bb0c93f

Franck VILLAUME nerville at fusionforge.org
Thu Feb 13 17:19:26 CET 2014


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, Branch_5_3 has been updated
       via  7cebf84726b3ac975811b55353f0b5cf1bb0c93f (commit)
      from  dceca8b18bbc51988a2583acde1c2b1b4ae6e6db (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 -----------------------------------------------------------------
commit 7cebf84726b3ac975811b55353f0b5cf1bb0c93f
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Feb 13 17:17:59 2014 +0100

    install-ng: fix install3 exit on error

diff --git a/src/install/install3 b/src/install/install3
index 4b54726..0c1361b 100755
--- a/src/install/install3
+++ b/src/install/install3
@@ -307,7 +307,7 @@ EOF
 	msg green " * Running php db/upgrade-db.php"
         if ! php $fusionforge_src_dir/db/upgrade-db.php >> /tmp/gforge-upgrade.log ; then
 		msg red "upgrade-db.php failed."
-		return 1
+		exit 1
 	fi
 
 	if [ -z "$FFORGE_ADMIN_USER" ]

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

Summary of changes:
 src/install/install3 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list