X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1e1517770b9c404844212bca84dc35b9e3bdfdbd..0bbfb33b6aa8e38bb6c81d1684ab7d08e5b5c5af:/scripts/inst_postgres.sh?ds=sidebyside diff --git a/scripts/inst_postgres.sh b/scripts/inst_postgres.sh index db7b3129e..66fbaa920 100755 --- a/scripts/inst_postgres.sh +++ b/scripts/inst_postgres.sh @@ -27,7 +27,7 @@ if [ "$POSTGRESQL#" == "#" ]; then writeln 3 1 Datenbank bitte manuell einrichten. exit 0 else - PLPGSQL=`dpkg -L postgresql-8.3 | grep plpgsql.so` + PLPGSQL=`dpkg -L $POSTGRESQL | grep plpgsql.so` fi #Mit Paketmanager (RPM) suchen ?