1 2 3 4 5 6#!/bin/sh -eu test -d "$PGDATA" || docker-init-gtm exec "$@"
1 2 3 4 5 6
#!/bin/sh -eu test -d "$PGDATA" || docker-init-gtm exec "$@"