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

3 lines
84 B
Django/Jinja

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