fixed default value for DBVER
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 5 Mar 2007 20:04:19 +0000 (20:04 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 5 Mar 2007 20:04:19 +0000 (20:04 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7025 dcc99617-32d9-48b4-a31d-7c20da2025e4

config.sh

index e9a9e75..e00bc2a 100755 (executable)
--- 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;