From 0927602a201b771608fcddb8aadeb4b982d7ad00 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Thu, 24 Sep 2020 12:19:03 +0800 Subject: [PATCH] Update --- netboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netboot.sh b/netboot.sh index 4a9b5ac..09808c5 100644 --- a/netboot.sh +++ b/netboot.sh @@ -3,7 +3,7 @@ set -eu _err() { - printf 'Error: %s.' "$1" 1>&2 + printf 'Error: %s.\n' "$1" 1>&2 } command_exists() {