From 912b446a60c906e3d66d01a131e53bf620a8092c Mon Sep 17 00:00:00 2001 From: lsy Date: Mon, 23 Sep 2024 01:53:07 +0800 Subject: [PATCH] =?UTF-8?q?acme=E6=9B=B4=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Config/Other/Acme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config/Other/Acme.sh b/Config/Other/Acme.sh index 185be07..d9bb722 100644 --- a/Config/Other/Acme.sh +++ b/Config/Other/Acme.sh @@ -62,7 +62,7 @@ case $pick_mode in case ${mode_arr[$pick_mode]} in 'TXT记录') declare domain - declare log_output=$(acme.sh --issue --dns $domain_str --yes-I-know-dns-manual-mode-enough-go-ahead-please) + declare log_output=$(${HOME}/.acme.sh/acme.sh --issue --dns $domain_str --yes-I-know-dns-manual-mode-enough-go-ahead-please) declare domain=$( echo "$log_output" | grep "Domain:" | awk -F ": " '{print $2}') declare txt_value=$(echo "$log_output" | grep "TXT value:" | awk -F ": " '{print $2}') echo "请到dns系统解析TXT记录"