3 lines
100 B
Bash
3 lines
100 B
Bash
if test ! -f "$PGDATA/postgresql.conf"; then
|
|
tar xf "$APP_DATA"/src/data.tar.xz -C "$PGDATA"
|
|
fi
|