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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Dec 12 08:23:38 EST 2009


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

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


Modified: trunk/mapbender/resources/db/update.sh
===================================================================
--- trunk/mapbender/resources/db/update.sh	2009-12-12 13:23:04 UTC (rev 5172)
+++ trunk/mapbender/resources/db/update.sh	2009-12-12 13:23:37 UTC (rev 5173)
@@ -91,11 +91,13 @@
 
 #show Database Configuration
 function set_db_config(){
-  set $DBVERSION = $1
-  set $DBHOST = $2
-  set $DBPORT = $3
-  set $DBNAME = $4
-  set $DBUSER = $5
+	echo ""
+    echo "set variables to input:"
+	set DBVERSION = $1
+	set DBHOST = $2
+	set DBPORT = $3
+	set DBNAME = $4
+	set DBUSER = $5
 }
 
 function run_mysql_update(){



More information about the Mapbender_commits mailing list