meta-digi-dey: trustfence-initramfs-init: Use printf instead of echos
This is a cosmetic change so that the newline characters are actually used. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
b3e5837cf4
commit
22fe619976
|
|
@ -68,8 +68,8 @@ if [ -n "${tf_fskey_bool}" ]; then
|
|||
error "trustfence-tool: key generation"
|
||||
fi
|
||||
fi
|
||||
echo "\nFile system encryption key changed.\n"
|
||||
echo "A system reboot is needed for the kernel to use it.\n"
|
||||
printf "\nFile system encryption key changed.\n"
|
||||
printf "A system reboot is needed for the kernel to use it.\n"
|
||||
rescue_shell
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue