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:
Alex Gonzalez 2016-11-17 11:50:02 +01:00
parent b3e5837cf4
commit 22fe619976
1 changed files with 2 additions and 2 deletions

View File

@ -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