6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
|
#!/command/with-contenv sh
|
||
|
|
||
|
if [ ! -f "/var/lib/postgresql/data/PG_VERSION" ]; then
|
||
|
s6-setuidgid postgres initdb --username=postgres
|
||
|
fi
|