rename initdb to initpg

This commit is contained in:
Sebastian Hugentobler 2022-07-02 20:55:42 +02:00
parent 53ce3f3aad
commit 6791425d46
7 changed files with 4 additions and 4 deletions

5
rootfs/bin/initpg Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
if [ ! -f "$PGDATA/PG_VERSION" ]; then
initdb --username=postgres
fi