From 8a220fee3c736b2a80834a5b3cc30f43e8ffaadf Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 5 Mar 2007 20:04:19 +0000 Subject: [PATCH] fixed default value for DBVER git-svn-id: svn://svn.open-ils.org/ILS/trunk@7025 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index e9a9e75f12..e00bc2acda 100755 --- a/config.sh +++ b/config.sh @@ -87,7 +87,7 @@ function buildConfig { read X; if [ ! -z "$X" ]; then DBDRVR="$X"; fi; if [ "$DBDRVR" == "Pg" ]; then - prompt "Bootstrapping Database Version (80 for 8.0.x, 81 for 8.1.x, 82 for 8.2.x) [$DBHOST] " + prompt "Bootstrapping Database Version (80 for 8.0.x, 81 for 8.1.x, 82 for 8.2.x) [$DBVER] " read X; if [ ! -z "$X" ]; then DBVER="$X"; fi; fi; -- 2.11.0