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"
|
error "trustfence-tool: key generation"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
echo "\nFile system encryption key changed.\n"
|
printf "\nFile system encryption key changed.\n"
|
||||||
echo "A system reboot is needed for the kernel to use it.\n"
|
printf "A system reboot is needed for the kernel to use it.\n"
|
||||||
rescue_shell
|
rescue_shell
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue