diff --git a/easyinstall.sh b/easyinstall.sh index 21b1d5a7..3856a6f2 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -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