소스 검색

Merge remote-tracking branch 'qubesos/pr/13'

* qubesos/pr/13:
  Remove exec in last line of qvm-copy-to-vm
Marek Marczykowski-Górecki 8 년 전
부모
커밋
da2a4911a3
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 "$@"