Skip to content

Commit

Permalink
qvm-copy: Always filter escape characters in stderr
Browse files Browse the repository at this point in the history
qvm-copy has its own error reporting mechanism, which is where all
normal errors will go.
  • Loading branch information
DemiMarie committed Apr 14, 2022
1 parent d450dc5 commit 7e014dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes-rpc/qvm-copy
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ for path in "$@"; do
fi
done

/usr/lib/qubes/qrexec-client-vm -- "$VM" qubes.Filecopy /usr/lib/qubes/qfile-agent "$@"
/usr/lib/qubes/qrexec-client-vm --filter-escape-chars-stderr -- "$VM" qubes.Filecopy /usr/lib/qubes/qfile-agent "$@"

if [ "$OPERATION_TYPE" = "move" ] ; then
rm -rf -- "$@"
Expand Down

0 comments on commit 7e014dd

Please sign in to comment.