[Mapbender-commits] r5458 - branches/2.6/resources/db
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Jan 29 08:40:28 EST 2010
Author: astrid_emde
Date: 2010-01-29 08:40:26 -0500 (Fri, 29 Jan 2010)
New Revision: 5458
Modified:
branches/2.6/resources/db/install_2.6.sh
Log:
defaults for host and port
Modified: branches/2.6/resources/db/install_2.6.sh
===================================================================
--- branches/2.6/resources/db/install_2.6.sh 2010-01-29 12:46:01 UTC (rev 5457)
+++ branches/2.6/resources/db/install_2.6.sh 2010-01-29 13:40:26 UTC (rev 5458)
@@ -80,11 +80,12 @@
echo ""
echo "database host (e.g. localhost)?"
read DBHOST
+ : ${DBHOST:="localhost"}
echo ""
echo "database port (e.g. 5432 for postgres, 3306 for mysql)?"
read DBPORT
-
+ : ${DBPORT:="5432"}
echo ""
echo "database user?"
More information about the Mapbender_commits
mailing list