From: Dietmar Maurer Date: Wed, 6 Jun 2018 06:24:57 +0000 (+0200) Subject: fixup for previous commit: really set blocking mode X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=commitdiff_plain;h=9bfdc8faf6663df082d0f56193f80a867601577c fixup for previous commit: really set blocking mode --- diff --git a/PVE/APIClient/Commands/lxc.pm b/PVE/APIClient/Commands/lxc.pm index 23f33b2..346df51 100644 --- a/PVE/APIClient/Commands/lxc.pm +++ b/PVE/APIClient/Commands/lxc.pm @@ -150,7 +150,7 @@ my $client_exit = sub { } # switch back to blocking mode (else later shell commands will fail). - STDIN->blocking(0); + STDIN->blocking(1); # # Reset the terminal parameters.