From 95563b967b559e5fc2b7c5ea439e6c7360b3bd9f Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Sat, 15 Jul 2023 00:49:39 +0200 Subject: [PATCH] install stage 1: are_you_really_really_sure will now tell the user to type the message *exactly* --- install-stage1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-stage1.sh b/install-stage1.sh index b17021d..0e27ca9 100644 --- a/install-stage1.sh +++ b/install-stage1.sh @@ -10,7 +10,7 @@ function press_any_key { } function are_you_really_really_sure { - echo "Enter the following to continue: $1" + echo "Enter the following exactly to continue: $1" read -p "> " DISCARD_ME echo "" if [ "$1" = "$DISCARD_ME" ]; then