diff --git a/dom0/qvm-core/qubes.py b/dom0/qvm-core/qubes.py index 2551fa35..8b97e539 100755 --- a/dom0/qvm-core/qubes.py +++ b/dom0/qvm-core/qubes.py @@ -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()