Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | postgresql: Allow successful run of postgresql-setup | Otavio Salvador | 2018-11-26 | 1 | -0/+4 |
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> |