From 6e2693ff8aa31f59bc66a0dea22204b7c5422437 Mon Sep 17 00:00:00 2001 From: lsy Date: Mon, 23 Sep 2024 01:55:26 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Config/Other/Acme.sh b/Config/Other/Acme.sh index d9bb722..9fbe077 100644 --- a/Config/Other/Acme.sh +++ b/Config/Other/Acme.sh @@ -1,6 +1,7 @@ #!/bin/bash -if [[ ! -d "${HOME}/.acme.sh" ]];then +if [[ ! -f "${HOME}/.acme.sh/acme.sh" ]];then + rm -rf ${HOME}/.acme.sh declare mail declare domain read -p "请输入用来申请域名的邮箱:" mail