mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 02:52:07 +00:00
Fix refactored inline command run
This addresses the mistake in refactoring the inline command shortcut
This commit is contained in:
parent
380f21853c
commit
b74d648e7f
@ -765,7 +765,7 @@ def conserver_command(filehandle, localcommand):
|
||||
bootmode = 'uefi'
|
||||
bootdev = 'default'
|
||||
|
||||
rc = run_inline_command(consolename, '/boot/nextdevice', bootdev, '', bootmode=bootmode)
|
||||
rc = run_inline_command('/boot/nextdevice', bootdev, '', bootmode=bootmode)
|
||||
|
||||
if rc:
|
||||
print("Error]\r")
|
||||
|
Loading…
Reference in New Issue
Block a user