1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2025-03-10 17:26:20 -04:00
postgresql/templates/postgres.sh.j2

3 lines
84 B
Text
Raw Normal View History

2016-09-29 12:36:57 -05:00
export PGDATA={{ postgresql_data_dir }}
2016-09-29 14:33:39 -05:00
export PATH=$PATH:{{ postgresql_bin_path }}