From 2e3f756d625cc7174ed6e5006af9634e58ca8ea8 Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 10 Oct 2023 04:06:57 -0500 Subject: [PATCH] changed exit to exit 1 --- files/ipxe/menu.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ipxe/menu.ipxe b/files/ipxe/menu.ipxe index 8c0cd7e..976123e 100755 --- a/files/ipxe/menu.ipxe +++ b/files/ipxe/menu.ipxe @@ -51,7 +51,7 @@ goto shell reboot :exit -exit +exit 1 :config config