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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Dec 12 09:34:38 EST 2009


Author: astrid_emde
Date: 2009-12-12 09:34:38 -0500 (Sat, 12 Dec 2009)
New Revision: 5184

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:25:09 UTC (rev 5183)
+++ trunk/mapbender/resources/db/update.sh	2009-12-12 14:34:38 UTC (rev 5184)
@@ -92,12 +92,13 @@
 #show Database Configuration
 function set_db_config(){
 	echo ""
+	echo "xxxx" $1 $2 $3 $4
     echo "set variables to input:"
-	set DBVERSION='postgreql'
-	set DBHOST=$2
-	set DBPORT=$3
-	set DBNAME=$4
-	set DBUSER=$5
+	DBVERSION='postgreql'
+	DBHOST=$2
+	DBPORT=$3
+	DBNAME=$4
+	DBUSER=$5
 }
 
 function run_mysql_update(){



More information about the Mapbender_commits mailing list