From: erickson Date: Mon, 5 Mar 2007 20:04:19 +0000 (+0000) Subject: fixed default value for DBVER X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8a220fee3c736b2a80834a5b3cc30f43e8ffaadf;p=Evergreen.git fixed default value for DBVER git-svn-id: svn://svn.open-ils.org/ILS/trunk@7025 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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;