diff --git a/install.sh b/install.sh index 7a3c490368..e2a297adba 100755 --- a/install.sh +++ b/install.sh @@ -3126,10 +3126,13 @@ echo "" if [ -t 1 ]; then echo "" printf " Start Unsloth Studio now? [Y/n] " + # Default to NOT starting when no answer can be read (closed/EOF tty) so a + # non-interactive caller is never trapped in a foreground server. A real + # Enter still counts as yes via ${_reply:-y} below. if [ -r /dev/tty ]; then - read -r _reply