[Mapbender-commits] r5185 - trunk/mapbender/resources/db

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Dec 12 09:37:24 EST 2009


Author: astrid_emde
Date: 2009-12-12 09:37:23 -0500 (Sat, 12 Dec 2009)
New Revision: 5185

Modified:
   trunk/mapbender/resources/db/update.sh
Log:


Modified: trunk/mapbender/resources/db/update.sh
===================================================================
--- trunk/mapbender/resources/db/update.sh	2009-12-12 14:34:38 UTC (rev 5184)
+++ trunk/mapbender/resources/db/update.sh	2009-12-12 14:37:23 UTC (rev 5185)
@@ -146,7 +146,15 @@
 	get_db_config;
 else
 	echo "set_db_config - variables where passed when the script was called"
-	set_db_config;
+	#set_db_config;
+		echo ""
+	echo "xxxx" $1 $2 $3 $4
+    echo "set variables to input:"
+	DBVERSION='postgreql'
+	DBHOST=$2
+	DBPORT=$3
+	DBNAME=$4
+	DBUSER=$5
 fi;	
 show_db_config;
 



More information about the Mapbender_commits mailing list