mirror of
https://github.com/gryf/boxpy.git
synced 2025-12-18 21:10:17 +01:00
Fix ssh command.
There was a leftover call for changed Run object initialization. With this commit it's correct now.
This commit is contained in:
2
box.py
2
box.py
@@ -1635,7 +1635,7 @@ def connect(args):
|
|||||||
f'@localhost:{conf.port}']
|
f'@localhost:{conf.port}']
|
||||||
LOG.debug('Connecting to vm `%s` using command:\n%s', args.name,
|
LOG.debug('Connecting to vm `%s` using command:\n%s', args.name,
|
||||||
' '.join(cmd))
|
' '.join(cmd))
|
||||||
return Run(cmd, False).returncode
|
return Run(cmd).returncode
|
||||||
|
|
||||||
|
|
||||||
def _set_vmstate(name, state, guitype=None, poweroff=False):
|
def _set_vmstate(name, state, guitype=None, poweroff=False):
|
||||||
|
|||||||
Reference in New Issue
Block a user