diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-10-13 12:09:38 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-10-13 12:09:38 +0900 |
| commit | b47094191145277319b81feb6d1a7f0e3e20b906 (patch) | |
| tree | 55770baea2b1166e1d8c0ad9a730318c6fee3d8a /main.go | |
| parent | e4536b87ad5bc23096eab00f17ac55b7aad23996 (diff) | |
shim: get rid of insane launch condition
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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() |
