From adec7cfe075c64ec48c6dab7fba6dc7aa4101d09 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Fri, 3 Sep 2021 22:41:34 -0700 Subject: [PATCH] main: replace os.exit with return See: #6 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5f8a196..27269d4 100644 --- a/main.go +++ b/main.go @@ -34,7 +34,7 @@ func main() { log.Print("NOTE: deviceinfo (from device package) not installed yet, " + "not building the initramfs now (it should get built later " + "automatically.)") - os.Exit(0) + return } var outDir string