forked from infra/ansible
log01: Add /usr/local/bin to combineHttpLogs PATH. issue#12833
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
parent
26b373d066
commit
6f7a1f12de
1 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,11 @@ shopt -s nullglob
|
|||
|
||||
export MSGTOPIC_PREFIX=logging.stats
|
||||
export MSGBODY_PRESET="loghost=$(hostname) run_id=$(uuidgen -r)"
|
||||
|
||||
# simple_message_to_bus is in /usr/local/bin which isn't in the default path
|
||||
# Put it at the back, so it doesn't override anything.
|
||||
export PATH="$PATH:/usr/local/bin"
|
||||
|
||||
simple_message_to_bus combinehttplogs.start
|
||||
|
||||
# Some constants / standard paths
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue