mirror of
https://github.com/JackHack96/EasyEffects-Presets.git
synced 2024-11-23 14:20:08 +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
|
if [ -z "$CHOICE" ]; then
|
||||||
CHOICE=1 #default
|
CHOICE=1 #default
|
||||||
fi
|
fi
|
||||||
if [[ $CHOICE =~ ^[1-5]+$ ]]; then
|
if [[ $CHOICE =~ ^[1-6]+$ ]]; then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
echo "Invalid option! Please input a value between 1 and 5!"
|
echo "Invalid option! Please input a value between 1 and 5!"
|
||||||
|
|
Loading…
Reference in a new issue