Browse Source

qvm-template-postprocess: fix allowed features list

Add missing coma, otherwise 'gui-emulated' and 'qrexec' were glued
together.
Marek Marczykowski-Górecki 3 years ago
parent
commit
2c5572b3d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qubesadmin/tools/qvm_template_postprocess.py

+ 1 - 1
qubesadmin/tools/qvm_template_postprocess.py

@@ -348,7 +348,7 @@ def import_template_config(args, conf_path, vm):
             'pci-e820-host',
             'linux-stubdom',
             'gui',
-            'gui-emulated'
+            'gui-emulated',
             'qrexec'):
         if key in conf:
             if conf[key] == '1':