This commit is contained in:
Olia Lisa 2025-12-30 12:21:21 +08:00
parent ee772fa9b5
commit 9ac2058ebd

View File

@ -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