mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-13 01:50:37 +00:00
The postgresql-setup utility log-in on postgres user to create the database, however, the shell was set to bash and it wasn't being installed as runtime dependency. This rework this expectation to use busybox ash as shell and avoid the new dependency Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
[ -f /etc/profile ] && source /etc/profile
|
|
|
|
PGDATA=/var/lib/postgresql/data
|
|
export PGDATA
|