From cbc703fe4233f3a401777fd448cf0dfb643c4b03 Mon Sep 17 00:00:00 2001 From: "Brent, Yang Bohan" Date: Mon, 25 Mar 2019 00:09:50 +0800 Subject: [PATCH] Update netboot.sh --- netboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netboot.sh b/netboot.sh index 5076d46..2e035ce 100644 --- a/netboot.sh +++ b/netboot.sh @@ -108,7 +108,7 @@ while [ $# -gt 0 ]; do -arch) MACHARCH=$2 shift - ;; + ;; *) echo "Illegal option $1" exit 1