X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=scripts%2Finst_postgres.sh;h=66fbaa920c147dace1456ac13a447c437e05feb5;hb=787407637f18ec17eab3fc8f31f3a4b56c9440a6;hp=db7b3129e7826119b3171dcdbd380460f8f03743;hpb=1e1517770b9c404844212bca84dc35b9e3bdfdbd;p=kivitendo-erp.git 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 ?