补充注释
This commit is contained in:
+2
-2
@@ -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配置文件路径 不能为空"
|
||||
|
||||
Reference in New Issue
Block a user