dom0: use path given in argument to store VM configuration
This commit is contained in:
parent
f5e4cf58aa
commit
1647d03f74
@ -659,7 +659,7 @@ class QubesVm(object):
|
||||
f_conf_template.close()
|
||||
|
||||
template_params = self.get_config_params(source_template)
|
||||
conf_appvm = open(self.conf_file, "w")
|
||||
conf_appvm = open(file_path, "w")
|
||||
|
||||
conf_appvm.write(conf_template.format(**template_params))
|
||||
conf_appvm.close()
|
||||
|
Loading…
Reference in New Issue
Block a user