Skip to content
Snippets Groups Projects

elog II

Merged Hahn Axel (hahn) requested to merge react-on-pipe-in-output into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -363,7 +363,7 @@ function processCheck(){
_echo "Pipe chars: $iPipes"
if [[ $iPipes -gt 1 ]]; then
_elog "ABORT - pipes were found in plugin output"
_elgo "command was: $myFullscript $myparams"
_elog "command was: $myFullscript $myparams"
exit 1
fi
Loading