Fix --rename-conflicting option.
The code was fully implemented - and tested - but didn't worked from the cli.
This commit is contained in:
parent
c036a85579
commit
efb5c1fd25
@ -115,6 +115,8 @@ def main():
|
||||
restore_options['use-default-netvm'] = True
|
||||
if options.replace_template:
|
||||
restore_options['replace-template'] = options.replace_template
|
||||
if options.rename_conflicting:
|
||||
restore_options['rename-conflicting'] = True
|
||||
if not options.dom0_home:
|
||||
restore_options['dom0-home'] = False
|
||||
if options.ignore_username_mismatch:
|
||||
|
Loading…
Reference in New Issue
Block a user