card-helpers.inc: Make last exit message more scary

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2022-05-03 22:26:30 +02:00
parent 6042877daa
commit 1f738ee110

View File

@@ -243,7 +243,7 @@ RunUserStartRoot() {
done
# dialog's gui is done here
clear
echo "${style_bold}${style_red}IMPORTANT: THIS is YOUR LAST EXIT...${style_normal}"
echo "${style_bold}${style_red}IMPORTANT: THIS is YOUR LAST EXIT!!!${style_normal}"
if [ "x$1" = "x" ] ; then
# No message text passed: use standard
if [ -n "$DeployedFile" ]; then