From: phasefx Date: Sat, 25 Oct 2008 13:33:50 +0000 (+0000) Subject: didn't mean to to check this in X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c68b88be0850cb9fb43d6d404a2e80f914702c3a;p=Evergreen.git didn't mean to to check this in git-svn-id: svn://svn.open-ils.org/ILS/trunk@10908 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/sql/Pg/build-db.sh b/Open-ILS/src/sql/Pg/build-db.sh index 06bd331cee..816ab74793 100755 --- a/Open-ILS/src/sql/Pg/build-db.sh +++ b/Open-ILS/src/sql/Pg/build-db.sh @@ -15,8 +15,7 @@ export PGHOST PGPORT PGDATABASE PGUSER PGPASSWORD # --------------------------------------------------------------------------- # Lookup the database version from the PostgreSQL server. # --------------------------------------------------------------------------- -#DB_VERSION=`psql -qtc 'show server_version;' | xargs | cut -c1,3` -DB_VERSION=81 +DB_VERSION=`psql -qtc 'show server_version;' | xargs | cut -c1,3` if [ -z "$DB_VERSION" ] || [ `echo $DB_VERSION | grep -c '[^0-9]'` != 0 ]; then cat <