commit:     e387eb756a170cb3380ac5c8c5236bcf264b0eb9
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 02:02:12 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 02:02:12 2020 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=e387eb75

dropbear.sh: _dropbear_install(): Fix die msg

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 worker_modules/dropbear.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/worker_modules/dropbear.sh b/worker_modules/dropbear.sh
index 9ab56b0..ed24a8c 100644
--- a/worker_modules/dropbear.sh
+++ b/worker_modules/dropbear.sh
@@ -154,7 +154,7 @@ _dropbear_install() {
                mkdir -p "${key_destdir}" || die "Failed to create 
'${key_destdir}'!"
        fi
 
-       cp -a "${keyfile}" "${DROPBEAR_KEY_FILE}" || die "Failed copy 
'${keyfile}' to '${DROPBEAR_KEY_FILE}'!"
+       cp -a "${keyfile}" "${DROPBEAR_KEY_FILE}" || die "Failed to copy 
'${keyfile}' to '${DROPBEAR_KEY_FILE}'!"
 
        # end here -- sandbox is open!
        exit 0

Reply via email to