diff --git a/easyinstall.sh b/easyinstall.sh index 495d76b5..2a6f0b6f 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -893,7 +893,7 @@ function readChoice() { choice=-1 until [ $choice -ge "0" ] && [ $choice -le "12" ]; do - echo -n "Enter your choice (0-9) or CTRL-C to exit: " + echo -n "Enter your choice (0-12) or CTRL-C to exit: " read -r choice done