#!/bin/sh if [ ! -f /data/PG_VERSION ]; then initdb -D /data --pwfile=/superuser_password fi