]> git.proxmox.com Git - pve-container.git/commit
add 'noescapechar' parameter to get_console_command
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 24 Nov 2017 14:43:32 +0000 (15:43 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 27 Nov 2017 07:58:57 +0000 (08:58 +0100)
commit4d4946646bcc439278bc575ad6ca76fadabd0283
tree1c8bc1e61643d78630b0ba4d7cc54223036a20af
parentfbb31447b711b62c90986bff91a9ba5feb807f66
add 'noescapechar' parameter to get_console_command

this adds a '-e -1' to lxc-console, and disables the
escape character (which we do not want with the web console)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/PVE/API2/LXC.pm
src/PVE/LXC.pm