#!/bin/sh

# Legacy action script for "service postgresql --initdb"
cmd="/opt/rh/rh-postgresql95/root/usr/bin/postgresql-setup --initdb --unit rh-postgresql95-postgresql"
echo "Hint: the preferred way to do this is now \"$cmd\"" >&2
$cmd
