We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a2b9ea + d607f77 commit 88eb31cCopy full SHA for 88eb31c
1 file changed
bin/install
@@ -488,7 +488,7 @@ initiate() {
488
489
echo
490
491
- if [ "$yes_g" != "y" ]; then
+ if [ "$yes_g" != "y" ] && [ "$yes_g" != "Y" ]; then
492
echo "Aborted"
493
exit 1
494
fi
@@ -522,7 +522,7 @@ initiate() {
522
523
524
525
- if [ "$yes_go" != "y" ]; then
+ if [ "$yes_go" != "y" ] && [ "$yes_go" != "Y" ]; then
526
exit 0
527
528
0 commit comments