add warning in sh file

This commit is contained in:
Gilou 2018-10-10 18:00:28 +02:00
parent f2c13abe9c
commit 728dbb64e5

View file

@ -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