Re: [libvirt] [PATCH] tools: fix regression passing command with virt-login-shell

2019-09-29 Thread Peter Krempa
On Fri, Sep 27, 2019 at 17:23:02 +0100, Daniel Berrange wrote: > It is documented that a command to run inside the container can be > passed with the -c arg. > > virt-login-shell -c "ls -l /" > > This fixes > > commit 4feeb2d986b98013ebfb1d41ab6b9007b6cce6e2 > Author: Daniel P. Berrangé >

[libvirt] [PATCH] tools: fix regression passing command with virt-login-shell

2019-09-27 Thread Daniel P . Berrangé
It is documented that a command to run inside the container can be passed with the -c arg. virt-login-shell -c "ls -l /" This fixes commit 4feeb2d986b98013ebfb1d41ab6b9007b6cce6e2 Author: Daniel P. Berrangé Date: Thu Aug 1 10:58:31 2019 +0100 tools: split virt-login-shell into tw