From b74d648e7f41518e5ea1086689651e2812017876 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 12 May 2021 13:48:44 -0400 Subject: [PATCH] Fix refactored inline command run This addresses the mistake in refactoring the inline command shortcut --- confluent_client/bin/confetty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/confetty b/confluent_client/bin/confetty index 17d3d800..f2cd044c 100755 --- a/confluent_client/bin/confetty +++ b/confluent_client/bin/confetty @@ -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")