From 9bfdc8faf6663df082d0f56193f80a867601577c Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 6 Jun 2018 08:24:57 +0200 Subject: [PATCH] fixup for previous commit: really set blocking mode --- PVE/APIClient/Commands/lxc.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2