From ccd34c7f5471a1141b3f5b0ba5dba6f4fb69c523 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 17 Nov 2025 01:02:31 +0000 Subject: [PATCH] =?UTF-8?q?RDP=20=EC=B4=88=EA=B8=B0=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=9E=85=EB=A0=A5=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=20=EC=88=98=EC=A0=95=20(curl=20|=20bash=20?= =?UTF-8?q?=EC=A7=80=EC=9B=90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 모든 read 명령에 --- RDP/proxmox-auto-rdp-setup.sh | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/RDP/proxmox-auto-rdp-setup.sh b/RDP/proxmox-auto-rdp-setup.sh index d07da8b..a6a090f 100755 --- a/RDP/proxmox-auto-rdp-setup.sh +++ b/RDP/proxmox-auto-rdp-setup.sh @@ -123,7 +123,7 @@ get_user_input() { # RDP 서버 정보 (검증 포함) while true; do - read -p "RDP 서버 주소 (예: example.com:3389): " RDP_SERVER + read -p "RDP 서버 주소 (예: example.com:3389): " RDP_SERVER /dev/null; then if ! timeout 10 bash -c " /dev/null 2>&1; then msg_warn "RDP 서버에 연결할 수 없습니다. 서버 주소와 포트를 확인해주세요." - read -p "계속 진행하시겠습니까? [y/N]: " continue_anyway + read -p "계속 진행하시겠습니까? [y/N]: " continue_anyway