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

mal doch Pipes replacen

parent 6cf6da51
No related branches found
No related tags found
1 merge request!20mal doch Pipes replacen
...@@ -359,14 +359,14 @@ function processCheck(){ ...@@ -359,14 +359,14 @@ function processCheck(){
_echo -------- check output: _echo -------- check output:
_echo $( cat "$_outfile" ) _echo $( cat "$_outfile" )
# iPipes=$( grep -o "|" < "$_outfile" | wc -l ) iPipes=$( grep -o "|" < "$_outfile" | wc -l )
# _echo "Pipe chars: $iPipes" _echo "Pipe chars: $iPipes"
# if [[ $iPipes -gt 1 ]]; then if [[ $iPipes -gt 1 ]]; then
# _elog "WARNING - pipes were found in plugin output" _elog "WARNING - pipes were found in plugin output"
# _elog "command was: $myFullscript $myparams" _elog "command was: $myFullscript $myparams"
# _log "${_logPrefix} WARNING - pipes were found in plugin output" _log "${_logPrefix} WARNING - pipes were found in plugin output"
# sed -i "s#|#:#g" "$_outfile" fi
# fi sed -i "s#|#:#g" "$_outfile"
_echo _echo
# echo -------- extracted performance data: # echo -------- extracted performance data:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment