mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +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
|
||||
export PATH=$PATH:{{ bin_dir }}
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue