mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 17:50:27 +00:00
4 lines
84 B
Text
4 lines
84 B
Text
![]() |
if ! echo $PATH | grep -q {{ bin_dir }} ; then
|
||
|
export PATH=$PATH:{{ bin_dir }}
|
||
|
fi
|