aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go6
1 files changed, 2 insertions, 4 deletions
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()