qvm-move-to-vm: Remove duplicated code

pull/5/head
Rusty Bird 8 years ago
parent 466acad6fb
commit bc29af7c0c
No known key found for this signature in database
GPG Key ID: 469D78F47AAF2ADF

@ -20,14 +20,6 @@
#
#
if [ $# -lt 2 ] ; then
echo usage: $0 'dest_vmname file [file]+'
exit 1
fi
VM="$1"
shift
set -e
/usr/bin/qvm-run --pass-io --localcmd "/usr/lib/qubes/qfile-dom0-agent $@" "$VM" "QUBESRPC qubes.Filecopy dom0"
. qvm-copy-to-vm "$@"
rm -rf -- "$@"

Loading…
Cancel
Save