mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-13 19:27:51 +00:00
Fix refactored inline command run
This addresses the mistake in refactoring the inline command shortcut
This commit is contained in:
parent
9f45b0ed56
commit
df2604291d
@ -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…
x
Reference in New Issue
Block a user