Fix shellcheck SC2002
This commit is contained in:
parent
a5e66bc3f6
commit
b47c6e3fe4
1 changed files with 1 additions and 2 deletions
|
@ -22,6 +22,5 @@ if grep -Eq \
|
|||
"$( cat "$__object/parameter/pattern" )" \
|
||||
"$__messages_in"
|
||||
then
|
||||
cat "$__object/parameter/execute" \
|
||||
| tee "$__messages_out"
|
||||
tee "$__messages_out" < "$__object/parameter/execute"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue