mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-02-08 22:49:18 +01:00
Fix yes prompt for build.sh
This commit is contained in:
parent
52e94fe650
commit
5a42704ac4
2
build.sh
Normal file → Executable file
2
build.sh
Normal file → Executable 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
|
read -p "Are you a developer of this project (Y/N) " yn
|
||||||
case $yn in
|
case $yn in
|
||||||
[Yy]* ) break;;
|
[Yy]* ) ;;
|
||||||
* ) exit;;
|
* ) exit;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user