Skip to content

Commit

Permalink
qvm-copy-to-vm: drop invalid option
Browse files Browse the repository at this point in the history
There is no qvm-run --filter-escape-chars-stderr

Fixes: b33b09a "qvm-copy-to-vm: disable wait for GUI session"
(cherry picked from commit d0a2938)
  • Loading branch information
marmarek committed Jul 24, 2023
1 parent 3ac9b13 commit 8ca77ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion file-copy-vm/qvm-copy-to-vm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mkfifo -- "$RESPONSE"

# can't use $@ with --localcmd, and $* would fail on whitespace
/usr/lib/qubes/qfile-dom0-agent "$@" <"$RESPONSE" |
qvm-run --no-gui --filter-escape-chars-stderr --pass-io --service -- "$VM" "qubes.Filecopy" >"$RESPONSE"
qvm-run --no-gui --pass-io --service -- "$VM" "qubes.Filecopy" >"$RESPONSE"

if [ "${0##*/}" = "qvm-move-to-vm" ]; then
rm -rf -- "$@"
Expand Down

0 comments on commit 8ca77ae

Please sign in to comment.