mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 17:50:27 +00:00
add warning in sh file
This commit is contained in:
parent
f2c13abe9c
commit
728dbb64e5
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
######################################################################
|
||||||
|
# ATTENTION! Managed by SaltStack. #
|
||||||
|
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN! #
|
||||||
|
######################################################################
|
||||||
|
|
||||||
if ! echo $PATH | grep -q {{ bin_dir }} ; then
|
if ! echo $PATH | grep -q {{ bin_dir }} ; then
|
||||||
export PATH=$PATH:{{ bin_dir }}
|
export PATH=$PATH:{{ bin_dir }}
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue