diff --git a/installer/templates/invoke.sh.in b/installer/templates/invoke.sh.in index 1ba915f4ec..e52719e259 100644 --- a/installer/templates/invoke.sh.in +++ b/installer/templates/invoke.sh.in @@ -83,7 +83,7 @@ do_line_input() { printf "4: Run the InvokeAI image database maintenance script\n" printf "5: Command-line help\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'} do_choice $choice clear