From 0203cc0c10118eaa648c7d2af43ee61ed1d1826e Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Thu, 20 Nov 2025 12:19:26 +0800 Subject: [PATCH] update --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index 073a7fa..c8e7494 100644 --- a/install.sh +++ b/install.sh @@ -46,12 +46,10 @@ create_config(){ case $choice in 1) echo "重置为自签名证书配置..." - cp ./config_template/self_cert_config.json ./config.json bash ./bin/init.sh ;; 2) echo "重置为tls证书配置..." - cp ./config_template/tls_cert_config.json ./config.json bash ./bin/init_with_tls_cert.sh ;; *)