From b47094191145277319b81feb6d1a7f0e3e20b906 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sun, 13 Oct 2024 12:09:38 +0900 Subject: shim: get rid of insane launch condition Signed-off-by: Ophestra Umiker --- main.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 896f7aa4..b0558c15 100644 --- a/main.go +++ b/main.go @@ -35,10 +35,8 @@ func main() { verbose.Println("system booted with systemd as init system") } - // launcher payload early exit - if printVersion && printLicense { - shim.Try() - } + // shim early exit + shim.Try() // version/license/template command early exit tryVersion() -- cgit v1.3.1