update
This commit is contained in:
parent
58268e16ed
commit
ee772fa9b5
@ -25,7 +25,7 @@ print_share_link() {
|
||||
|
||||
# 检查是否使用ACME证书
|
||||
local allowInsecure=1 # 默认跳过证书验证
|
||||
if jq -e '.acme' "$config_dir/config.json" > /dev/null 2>&;1 then
|
||||
if jq -e '.acme' "$config_dir/config.json" > /dev/null 2>&1 then
|
||||
allowInsecure=0 # 不跳过证书验证
|
||||
fi
|
||||
|
||||
@ -54,4 +54,4 @@ print_share_link() {
|
||||
echo -e "\033[0m"
|
||||
}
|
||||
|
||||
print_share_link # 输出分享链接
|
||||
print_share_link # 输出分享链接
|
||||
|
||||
Loading…
Reference in New Issue
Block a user