From f30f6fb21d8b4c5052f0594adca5a7af27d010a4 Mon Sep 17 00:00:00 2001 From: xubiaolin Date: Wed, 10 May 2023 17:31:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index de7a987..d7f5b58 100755 --- a/deploy.sh +++ b/deploy.sh @@ -3,7 +3,7 @@ imageName="zerotier-planet" function install() { - read -p "请输入要使用的端口号(数字): " port + read -p "请输入zerotier-planet要使用的端口号,例如9994(数字): " port # 确保端口号是数字 while ! [[ "$port" =~ ^[0-9]+$ ]]; do