mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(installer): typo "10" -> "5"
This commit is contained in:
parent
8205c56c8a
commit
354d59df62
@ -83,7 +83,7 @@ do_line_input() {
|
|||||||
printf "4: Run the InvokeAI image database maintenance script\n"
|
printf "4: Run the InvokeAI image database maintenance script\n"
|
||||||
printf "5: Command-line help\n"
|
printf "5: Command-line help\n"
|
||||||
printf "Q: Quit\n\n"
|
printf "Q: Quit\n\n"
|
||||||
read -p "Please enter 1-10, Q: [1] " yn
|
read -p "Please enter 1-5, Q: [1] " yn
|
||||||
choice=${yn:='1'}
|
choice=${yn:='1'}
|
||||||
do_choice $choice
|
do_choice $choice
|
||||||
clear
|
clear
|
||||||
|
Loading…
x
Reference in New Issue
Block a user