From 1f738ee110f8d805c7d8ea678fdb697d4dca4adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 3 May 2022 22:26:30 +0200 Subject: [PATCH] card-helpers.inc: Make last exit message more scary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- scripts/include/card-helpers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/include/card-helpers.inc b/scripts/include/card-helpers.inc index 681cc96..8443a22 100644 --- a/scripts/include/card-helpers.inc +++ b/scripts/include/card-helpers.inc @@ -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