1
0
mirror of https://github.com/gryf/boxpy.git synced 2025-12-18 21:10:17 +01:00

Add user data file path to info command.

This commit is contained in:
2021-08-13 11:19:34 +02:00
parent 03b21369e3
commit b2a6305728

3
box.py
View File

@@ -1238,6 +1238,9 @@ def vminfo(args):
for line in ports:
LOG.info(line)
if 'user_data' in info:
LOG.info(f'User data file path:\t{info["user_data"]}')
def vmrebuild(args):
LOG.header('Rebuilding VM: %s', args.name)