From a24a07508eabf902336d0d414007f06c206d743f Mon Sep 17 00:00:00 2001 From: akuker <34318535+akuker@users.noreply.github.com> Date: Fri, 26 Nov 2021 22:49:45 -0600 Subject: [PATCH] Updated message in easyinstall (#486) --- easyinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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