mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Don't need break
This commit is contained in:
parent
91b491b7e7
commit
2b078c0d6e
@ -16,8 +16,8 @@ if [ "$0" == "bash" ]; then
|
||||
echo "2. browser-based UI"
|
||||
read -p "Please enter 1 or 2: " yn
|
||||
case $yn in
|
||||
1 ) printf "\nStarting the InvokeAI command-line..\n"; python scripts/invoke.py; break;;
|
||||
2 ) printf "\nStarting the InvokeAI browser-based UI..\n"; python scripts/invoke.py --web; break;;
|
||||
1 ) printf "\nStarting the InvokeAI command-line..\n"; python scripts/invoke.py;;
|
||||
2 ) printf "\nStarting the InvokeAI browser-based UI..\n"; python scripts/invoke.py --web;;
|
||||
* ) echo "Invalid selection"; exit;;
|
||||
esac
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user