update
This commit is contained in:
parent
ee772fa9b5
commit
9ac2058ebd
@ -25,7 +25,7 @@ print_share_link() {
|
|||||||
|
|
||||||
# 检查是否使用ACME证书
|
# 检查是否使用ACME证书
|
||||||
local allowInsecure=1 # 默认跳过证书验证
|
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 # 不跳过证书验证
|
allowInsecure=0 # 不跳过证书验证
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user