Commit 2203ceab by Nótai István

commands: fix kvm_present option name in init command

parent 676e1900
Pipeline #617 passed with stage
in 0 seconds
......@@ -290,7 +290,7 @@ class Command(BaseCommand):
vm.set_level(admins, 'user')
# notify admin if there is no harware virtualization
if options['kvm-present']:
if options['kvm_present']:
adminuser.profile.notify("hardware virtualization",
"No hardware virtualization detected, "
"your hardware does not support it or "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment