From b3d1b0139a3fb021e934d8a096c6728e15552613 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Mon, 15 Jun 2020 17:18:00 +0200 Subject: gen_initramfs.sh: append_dropbear(): Fix error message shown when net-misc/dropbear is required Signed-off-by: Thomas Deutschmann --- gen_initramfs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gen_initramfs.sh') diff --git a/gen_initramfs.sh b/gen_initramfs.sh index 46b924d1..651bfbfa 100755 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -1239,8 +1239,8 @@ append_dropbear() { then print_info 3 "$(get_indent 2)${PN}: >> Will use existing '${dropbear_command}' program from path to create missing keys ..." else - local error_msg="Need to generate '${required_host_keys[*]}' but '${dropbear_command}'" - error_msg=" program is missing. Please install net-misc/dropbear and re-run genkernel!" + local error_msg="Need to generate '${required_dropbear_host_keys[*]}' but '${dropbear_command}'" + error_msg+=" program is missing. Please install net-misc/dropbear and re-run genkernel!" gen_die "${error_msg}" fi -- cgit v1.2.3-65-gdbad