mirror of
https://github.com/JackHack96/EasyEffects-Presets.git
synced 2024-11-23 06:10:09 +00:00
Merge pull request #39 from letmutx/fix-read_choice
allow choosing the new preset
This commit is contained in:
commit
834bc5007b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ read_choice() {
|
|||
if [ -z "$CHOICE" ]; then
|
||||
CHOICE=1 #default
|
||||
fi
|
||||
if [[ $CHOICE =~ ^[1-5]+$ ]]; then
|
||||
if [[ $CHOICE =~ ^[1-6]+$ ]]; then
|
||||
break
|
||||
fi
|
||||
echo "Invalid option! Please input a value between 1 and 5!"
|
||||
|
|
Loading…
Reference in a new issue