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() {