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

9 lines
369 B
Text
Raw Normal View History

2018-10-10 18:00:28 +02:00
######################################################################
# 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