install stage 1: are_you_really_really_sure will now tell the user to type the message *exactly*

master
BodgeMaster 2023-07-15 00:49:39 +02:00
parent 3e468cd132
commit 95563b967b
1 changed files with 1 additions and 1 deletions

View File

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