postgres-formula/postgres/templates/postgres.sh.j2
2018-10-10 18:04:35 +02:00

8 lines
369 B
Django/Jinja

######################################################################
# ATTENTION! Managed by SaltStack. #
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN! #
######################################################################
if ! echo $PATH | grep -q {{ bin_dir }} ; then
export PATH=$PATH:{{ bin_dir }}
fi