mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
Updated message in easyinstall (#486)
This commit is contained in:
parent
5346d110a9
commit
a24a07508e
@ -893,7 +893,7 @@ function readChoice() {
|
|||||||
choice=-1
|
choice=-1
|
||||||
|
|
||||||
until [ $choice -ge "0" ] && [ $choice -le "12" ]; do
|
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
|
read -r choice
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user