Remove exec in last line of qvm-copy-to-vm

(cherry picked from commit 428d8f09bf)
This commit is contained in:
Rusty Bird 2016-03-21 11:51:29 +00:00 committed by Marek Marczykowski-Górecki
parent 4875303030
commit 7f12d7a659
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -40,4 +40,4 @@ if [ $PROGRESS_TYPE = console ] ; then
export FILECOPY_TOTAL_SIZE=$(du --apparent-size -c -- "$@" 2> /dev/null | tail -1 | cut -f 1)
fi
exec /usr/lib/qubes/qrexec-client-vm $VM qubes.Filecopy /usr/lib/qubes/qfile-agent "$@"
/usr/lib/qubes/qrexec-client-vm $VM qubes.Filecopy /usr/lib/qubes/qfile-agent "$@"