Fix typo (choice 0) in easyinstall.sh

Co-authored-by: Frank Danapfel
This commit is contained in:
Uwe Seimet 2023-11-16 19:25:03 +01:00
parent a7c71e4fbb
commit 7e58f083ca
1 changed files with 1 additions and 1 deletions

View File

@ -1504,7 +1504,7 @@ function readChoice() {
choice=-1
until [ $choice -ge "0" ] && ([ $choice -eq "99" ] || [ $choice -le "17" ]) ; do
echo -n "Enter your choice (0-17) or CTRL-C to exit: "
echo -n "Enter your choice (1-17) or CTRL-C to exit: "
read -r choice
done