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

View file

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