postgres-formula/postgres/templates/postgres.sh.j2

4 lines
84 B
Text
Raw Normal View History

if ! echo $PATH | grep -q {{ bin_dir }} ; then
export PATH=$PATH:{{ bin_dir }}
fi