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

This commit is contained in:
Rusty Bird 2016-03-21 11:51:29 +00:00
parent 7301a898a1
commit 428d8f09bf
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF

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 "$@"