655fc6f3c6
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=159
7 lines
192 B
Plaintext
7 lines
192 B
Plaintext
|
|
# Get PGDATA from /etc/sysconfig/postgresql
|
|
if test -f /etc/sysconfig/postgresql; then
|
|
eval eval $(sed -n '/^POSTGRES_DATADIR=/s//PGDATA=/p' /etc/sysconfig/postgresql)
|
|
export PGDATA
|
|
fi
|