mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Output the value of $PATH as a debug message.
This commit is contained in:
parent
c3e204d8b2
commit
beaf133bab
1 changed files with 2 additions and 0 deletions
|
@ -1003,6 +1003,8 @@ echoinfo " OS Version: ${OS_VERSION}"
|
|||
echoinfo " Distribution: ${DISTRO_NAME} ${DISTRO_VERSION}"
|
||||
echo
|
||||
|
||||
echodebug "Binaries will be searched using the following \$PATH: ${PATH}"
|
||||
|
||||
# Let users know that we'll use a proxy
|
||||
if [ "${_HTTP_PROXY}" != "" ]; then
|
||||
echoinfo "Using http proxy $_HTTP_PROXY"
|
||||
|
|
Loading…
Add table
Reference in a new issue