[Fusionforge-commits] r13785 - branches/Branch_5_1/src/install

Christian Bayle cbayle at fusionforge.org
Fri Jul 15 16:13:45 CEST 2011


Author: cbayle
Date: 2011-07-15 16:13:45 +0200 (Fri, 15 Jul 2011)
New Revision: 13785

Modified:
   branches/Branch_5_1/src/install/install3
Log:
Restart db engine on a fresh install


Modified: branches/Branch_5_1/src/install/install3
===================================================================
--- branches/Branch_5_1/src/install/install3	2011-07-15 13:50:18 UTC (rev 13784)
+++ branches/Branch_5_1/src/install/install3	2011-07-15 14:13:45 UTC (rev 13785)
@@ -199,7 +199,9 @@
 	if [ -z "$database" ]
 	then
         	echo "Forge database name not found"
-        	exit 1
+		find_psql_init
+		$pgservice stop
+		$pgservice start
 	else
 		find_psql_init
 		$pgservice stop




More information about the Fusionforge-commits mailing list