trolld
This commit is contained in:
parent
64de631b3f
commit
3967b897df
1 changed files with 2 additions and 3 deletions
3
aps
3
aps
|
@ -29,8 +29,7 @@ confirm(){
|
||||||
read prompt
|
read prompt
|
||||||
if [[ ${prompt} = [nN] ]]; then
|
if [[ ${prompt} = [nN] ]]; then
|
||||||
die "User said no. Exiting..."
|
die "User said no. Exiting..."
|
||||||
elif [[ ${prompt} = [yY] ]]; then
|
elif [[ ${prompt} != [yY] ]]; then
|
||||||
else
|
|
||||||
die "User gave invalid input. Exiting..."
|
die "User gave invalid input. Exiting..."
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue