qvm-template-postprocess: fix allowed features list

Add missing coma, otherwise 'gui-emulated' and 'qrexec' were glued
together.
This commit is contained in:
Marek Marczykowski-Górecki 2021-02-19 14:58:30 +01:00
parent c4efdf41c5
commit 2c5572b3d9
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

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