This commit is contained in:
Olia Lisa 2025-12-30 12:17:52 +08:00
parent 58268e16ed
commit ee772fa9b5

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
@ -54,4 +54,4 @@ print_share_link() {
echo -e "\033[0m"
}
print_share_link # 输出分享链接
print_share_link # 输出分享链接