We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee8f2dd commit ed2e9ddCopy full SHA for ed2e9dd
entrypoint.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
-usermod -u $PGUSER_UID $PGUSER
4
-groupmod -g $PGUSER_GID $PGUSER
+sudo usermod -u $PGUSER_UID $PGUSER
+sudo groupmod -g $PGUSER_GID $PGUSER
5
6
pgconf="$PGDATA/postgresql.conf"
7
hbaconf="$PGDATA/pg_hba.conf"
0 commit comments