#!/bin/bash if [ -d /srv/pgsql/data ]; then /usr/bin/postgresql-check-db-dir /srv/pgsql/data || true fi