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

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

elog II

See merge request !17
parents cb96b7d2 23df9123
No related branches found
No related tags found
1 merge request!17elog II
...@@ -363,7 +363,7 @@ function processCheck(){ ...@@ -363,7 +363,7 @@ function processCheck(){
_echo "Pipe chars: $iPipes" _echo "Pipe chars: $iPipes"
if [[ $iPipes -gt 1 ]]; then if [[ $iPipes -gt 1 ]]; then
_elog "ABORT - pipes were found in plugin output" _elog "ABORT - pipes were found in plugin output"
_elgo "command was: $myFullscript $myparams" _elog "command was: $myFullscript $myparams"
exit 1 exit 1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment