2
0
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:
Jarrod Johnson 2021-05-12 13:48:44 -04:00
parent 380f21853c
commit b74d648e7f

View File

@ -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")