Merge branch 'develop' of github.com:cmdr2/stable-diffusion-ui into develop

This commit is contained in:
cmdr2 2022-09-07 14:44:10 +05:30
commit f44c1d4536

2
build.sh Normal file → Executable file
View File

@ -7,7 +7,7 @@ printf "If you are actually a developer of this project, please type Y and press
read -p "Are you a developer of this project (Y/N) " yn
case $yn in
[Yy]* ) break;;
[Yy]* ) ;;
* ) exit;;
esac