commit:     28d5ae82fc5269eb85b484cb7c086247156c5ea3
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 21:08:12 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jul 23 22:56:47 2020 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=28d5ae82

defaults/initrd.scripts: openLUKS(): Fix style

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

 defaults/initrd.scripts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts
index b307fe1..426a64e 100644
--- a/defaults/initrd.scripts
+++ b/defaults/initrd.scripts
@@ -1884,7 +1884,8 @@ openLUKS() {
                                        then
                                                
REAL_LUKS_KEYDEV=$(find_real_device "${LUKS_KEYDEV}")
                                                if [ -b "${REAL_LUKS_KEYDEV}" ]
-                                               then good_msg "Using key device 
${REAL_LUKS_KEYDEV}." ${CRYPT_SILENT}
+                                               then
+                                                       good_msg "Using key 
device ${REAL_LUKS_KEYDEV}." ${CRYPT_SILENT}
                                                else
                                                        good_msg "Please insert 
removable device ${LUKS_KEYDEV} for ${LUKS_NAME}" ${CRYPT_SILENT}
                                                        # abort after 10 secs

Reply via email to