浏览代码

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

Rusty Bird 8 年之前
父节点
当前提交
428d8f09bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      qubes-rpc/qvm-copy-to-vm

+ 1 - 1
qubes-rpc/qvm-copy-to-vm

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