From: Dietmar Maurer Date: Thu, 27 Jun 2013 07:28:13 +0000 (+0200) Subject: spiceproxy: set delete-this-file X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=716a470c8c998eb10f87ffce23dc6ee7432edeb6;p=qemu-server.git spiceproxy: set delete-this-file --- diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index b371dc8c..5996720e 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1390,7 +1390,8 @@ __PACKAGE__->register_method({ host => $proxyticket, proxy => "http://$host:3128", port => 1, # not used for now - password => $ticket + password => $ticket, + 'delete-this-file' => 1, }; }});