diff options
author | varac <varacanero@zeromail.org> | 2014-03-04 16:45:18 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-03-04 18:59:11 +0100 |
commit | c1dca55e9a9a6827ffcce120523e7a27e113f3c7 (patch) | |
tree | 33a4c94c76ab70edddabf63ad3a1463203325cd0 /puppet | |
parent | 8c43ea97e565cc7a76ea15964249a9fb6edccbfb (diff) |
use curly brackets for variables in check_leap_mx.sh output, see https://review.leap.se/r/160/#comment156
Diffstat (limited to 'puppet')
-rwxr-xr-x | puppet/modules/site_check_mk/files/agent/local_checks/mx/check_leap_mx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_check_mk/files/agent/local_checks/mx/check_leap_mx.sh b/puppet/modules/site_check_mk/files/agent/local_checks/mx/check_leap_mx.sh index 2958d2ed..b8687c9a 100755 --- a/puppet/modules/site_check_mk/files/agent/local_checks/mx/check_leap_mx.sh +++ b/puppet/modules/site_check_mk/files/agent/local_checks/mx/check_leap_mx.sh @@ -29,5 +29,5 @@ else fi fi -echo "$exitcode $CHECKNAME stale_files=$total ${STATUS[exitcode]}: $total stale files (>=$MAXAGE min) in $WATCHDIR." +echo "${exitcode} ${CHECKNAME} stale_files=${total} ${STATUS[exitcode]}: ${total} stale files (>=${MAXAGE} min) in ${WATCHDIR}." |