Skip to content

Commit

Permalink
Merge pull request #1 from NickTux/master
Browse files Browse the repository at this point in the history
Update live24parser.sh
  • Loading branch information
billniakas authored Dec 2, 2018
2 parents be518f4 + e76a06d commit cb97d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions live24parser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ function YN_Q {
while true; do
read -rp "$1" yes_no
case "$yes_no" in
y|yes|Y|Yes|YES )
y|yes|Y|Yes|YES|ν|ναι|Ν|Ναι|ΝΑΙ )
return 0;
break;;
n|no|N|No|NO )
n|no|N|No|NO|ο|όχι|Ο|Όχι|ΟΧΙ )
return 1;
break;;
* )
Expand Down

0 comments on commit cb97d2d

Please sign in to comment.