Signed-off-by: Dietmar Maurer <[email protected]>
---
 PVE/APIClient/Commands/lxc.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/APIClient/Commands/lxc.pm b/PVE/APIClient/Commands/lxc.pm
index f981c11..6d06704 100644
--- a/PVE/APIClient/Commands/lxc.pm
+++ b/PVE/APIClient/Commands/lxc.pm
@@ -261,6 +261,7 @@ __PACKAGE__->register_method ({
 
            # And set it to non-blocking so we can every char with IO::Select.
            STDIN->blocking(0);
+           STDOUT->blocking(0);
            $web_socket->blocking(0);
            $read_select->add($web_socket);
            my $input_fh = \*STDIN;
-- 
2.11.0

_______________________________________________
pve-devel mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to