if [[ ! -e $PGSQL_DBPATH/postresql.conf ]]; then
  message "${MESSAGE_COLOR}"
  message "You need to run initdb and edit postgresql.conf manually."
  message "The PGDATA directory defaults to $PGSQL_DBPATH."
  message "Logs are written to $INSTALL_ROOT/var/log/postgres by default."
  message "${DEFAULT_COLOR}"
fi
