补充注释

This commit is contained in:
Olia Lisa
2026-05-28 15:11:49 +08:00
parent f58c341a28
commit 245bac6056
+2 -2
View File
@@ -18,7 +18,7 @@ create_self_tls_file() {
}
update_self_tls(){
local CONFIG_FILE="${1}"
local CONFIG_FILE="${1}" # 配置文件
local DOMAIN="${2}" # 域名
if [[ -z "$CONFIG_FILE" ]]; then
@@ -32,7 +32,7 @@ update_self_tls(){
}
update_acme_tls(){
local CONFIG_FILE="${1}"
local CONFIG_FILE="${1}" # 配置文件
if [[ -z "$CONFIG_FILE" ]]; then
echo "[Error] config_file配置文件路径 不能为空"