agaric-coop/box/provisioning/roles/geerlingguy.postgresql/templates/postgres.sh.j2

3 lines
84 B
Text
Raw Normal View History

export PGDATA={{ postgresql_data_dir }}
export PATH=$PATH:{{ postgresql_bin_path }}