소스 검색

Update port prompt to mention pressing Enter

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
tuanchris 4 달 전
부모
커밋
367bcbbdfa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      flash-fluidnc.sh

+ 1 - 1
flash-fluidnc.sh

@@ -137,7 +137,7 @@ fi
 if [[ ${#PORTS[@]} -eq 1 ]]; then
     PORT="${PORTS[0]}"
     echo -e "Found port: ${GREEN}${PORT}${NC}"
-    read -p "Use this port? [Y/n]: " confirm
+    read -p "Press Enter to use this port (or 'n' to cancel): " confirm
     if [[ "$confirm" =~ ^[Nn] ]]; then
         echo -e "${RED}Exiting.${NC}"
         exit 1