Skip to content
Snippets Groups Projects
Commit cb96b7d2 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'react-on-pipe-in-output' into 'master'

fix typo elog

See merge request !16
parents f8b3c489 9fa4eea5
No related branches found
No related tags found
1 merge request!16fix typo elog
...@@ -373,7 +373,7 @@ function processCheck(){ ...@@ -373,7 +373,7 @@ function processCheck(){
# echo # echo
if ! test -n "$outPerfdata" && echo "$outPerfdata" | grep "=[0-9\.]*;[0-9\.]*;[0-9\.]*;[0-9\.]*;" >/dev/null; then if ! test -n "$outPerfdata" && echo "$outPerfdata" | grep "=[0-9\.]*;[0-9\.]*;[0-9\.]*;[0-9\.]*;" >/dev/null; then
_elog "ABORT - this does not look like performance data: $outPerfdata" _elog "ABORT - this does not look like performance data: $outPerfdata"
_elgo "command was: $myFullscript $myparams" _elog "command was: $myFullscript $myparams"
exit 1 exit 1
fi fi
_log "${_logPrefix} check command finished with returncode $rc" _log "${_logPrefix} check command finished with returncode $rc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment