From 00d964e320c94b422c9932a4072ae021e59c7331 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 5 Nov 2015 11:03:03 -0600 Subject: [PATCH] Display a quick error message, sleep, and return to menu --- src/utils.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.ipxe b/src/utils.ipxe index 044437c3..153f4649 100644 --- a/src/utils.ipxe +++ b/src/utils.ipxe @@ -48,7 +48,7 @@ echo -n Specify Github User Name: ${} && read github_user echo -n Specify branch name or shortened commit hash ( i.e. my_feature or 30b7ca ): ${} && read github_hash echo echo Attempting to chainload: -chain --autofree https://raw.githubusercontent.com/${github_user}/netboot.xyz/${github_hash}/src/menu.ipxe || goto utils_exit +chain --autofree https://raw.githubusercontent.com/${github_user}/netboot.xyz/${github_hash}/src/menu.ipxe || echo Unable to find branch... && sleep 5 && goto utils_exit goto utils_exit :utils_exit