From 401e6d1075f02a16975d73c36f692003701c73ba Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 15 May 2024 22:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/init.sh | 2 +- bin/{gen_key_and_update_key.sh => update_key.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/{gen_key_and_update_key.sh => update_key.sh} (100%) diff --git a/bin/init.sh b/bin/init.sh index d2d0e0e..a946f63 100644 --- a/bin/init.sh +++ b/bin/init.sh @@ -7,7 +7,7 @@ bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release bash ./update_uuid.sh # 生成密钥对, 修改config.json中的密钥属性 -bash ./gen_key_and_update_key.sh +bash ./update_key.sh # 打印分享链接 bash ./print_share_link.sh diff --git a/bin/gen_key_and_update_key.sh b/bin/update_key.sh similarity index 100% rename from bin/gen_key_and_update_key.sh rename to bin/update_key.sh