Updated message in easyinstall (#486)

This commit is contained in:
akuker
2021-11-26 22:49:45 -06:00
committed by GitHub
parent 5346d110a9
commit a24a07508e

View File

@@ -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