X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/e055700faea1906bea6c03184ba4516b57cac887..6b9cf44db2aaa1ec4bfa407b44427e4d5178abbb:/scripts/inst_postgres.sh 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 ?