#!/usr/bin/env bash
if [[ ! -f "$1/PG_VERSION" ]]; then
    initdb --pgdata="$1"
fi
