Skip to content

Commit

Permalink
Fixes #10771: check-rudder-agent doesn't purge the lmdb file when run…
Browse files Browse the repository at this point in the history
… via cron
  • Loading branch information
peckpeck committed Jun 6, 2017
1 parent ffe660d commit 157035b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rudder-agent/SOURCES/check-rudder-agent
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@
# Source /etc/profile to gather environment variables from the system and the user
. /etc/profile

# /etc/profile may contain some errors and sourcing it would lead to abort
# the execution of check-rudder-agent. Then, the use of "set -e" should be
# after the sourcing.
set -e
# Do not use set -e in the check script, otherwise a failing action may prevent repairing the problem
#set -e

# Ensure our PATH includes Rudder's bin dir (for uuidgen on AIX in particular)
export PATH=/opt/rudder/bin/:$PATH
Expand Down

0 comments on commit 157035b

Please sign in to comment.