From: Holger Lindemann Date: Wed, 2 Feb 2011 16:20:49 +0000 (+0100) Subject: Hat sich eine feste Version eingeschlichen X-Git-Tag: release-2.6.3~98 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=45d54bc7958fec04e587e294c5773403efb8d125;p=kivitendo-erp.git Hat sich eine feste Version eingeschlichen --- 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 ? diff --git a/scripts/inst_postgres_deb.sh b/scripts/inst_postgres_deb.sh index 6dff83247..be644baaa 100755 --- a/scripts/inst_postgres_deb.sh +++ b/scripts/inst_postgres_deb.sh @@ -20,7 +20,7 @@ if [ "$POSTGRESQL#" == "#" ]; then echo Datenbank bitte manuell einrichten. exit 0 else - PLPGSQL=`dpkg -L postgresql-8.3 | grep plpgsql.so` + PLPGSQL=`dpkg -L $POSTGRESQL | grep plpgsql.so ` fi if [ "$PLPGSQL#" == "#" ]; then