Fix --rename-conflicting option.

The code was fully implemented - and tested - but didn't worked from the cli.
This commit is contained in:
Danny Fullerton 2016-03-28 13:45:23 -04:00
parent c036a85579
commit efb5c1fd25

View File

@ -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: