From 2a44ac3835c6c170c906fd477900ed7e1b4d5103 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Mon, 13 May 2019 13:19:40 +0800 Subject: [PATCH] Update --- netboot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/netboot.sh b/netboot.sh index 547dd9c..93f630a 100644 --- a/netboot.sh +++ b/netboot.sh @@ -171,6 +171,7 @@ case "$DEBI_PRESET" in DEBI_MIRROR=${DEBI_MIRROR:-cdn-aws.deb.debian.org} DEBI_NTP=${DEBI_NTP:-time.google.com} DEBI_SECURITY=${DEBI_SECURITY:-true} + ;; *) echo_stderr "Error: No such preset $DEBI_PRESET" exit 1