move to new gitlab host

This commit is contained in:
Sebastian Hugentobler 2022-02-14 19:17:15 +01:00
parent b4e60794bb
commit 53ce3f3aad
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
5 changed files with 16 additions and 23 deletions

View file

@ -1,4 +1,4 @@
#!/command/with-contenv sh
#!/bin/sh
echo "local all all trust" > "$PGDATA/pg_hba.conf"

View file

@ -1,4 +1,4 @@
#!/command/with-contenv sh
#!/bin/sh
if [ ! -f "$PGDATA/PG_VERSION" ]; then
initdb --username=postgres