add debug and confirm #9

Merged
hippoz merged 5 commits from Ohio2/aps:master into master 2021-08-26 16:31:30 +03:00
Showing only changes of commit 3967b897df - Show all commits

3
aps
View file

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