install stage 1: are_you_really_really_sure will now tell the user to type the message *exactly*
parent
3e468cd132
commit
95563b967b
|
@ -10,7 +10,7 @@ function press_any_key {
|
||||||
}
|
}
|
||||||
|
|
||||||
function are_you_really_really_sure {
|
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
|
read -p "> " DISCARD_ME
|
||||||
echo ""
|
echo ""
|
||||||
if [ "$1" = "$DISCARD_ME" ]; then
|
if [ "$1" = "$DISCARD_ME" ]; then
|
||||||
|
|
Loading…
Reference in New Issue