Skip to content

Commit

Permalink
Remove '$' symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
loyess committed Jan 2, 2022
1 parent 74137bb commit 70769d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/gen_certificates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ acme_get_certificate_by_force(){
echo -e "${Info} 开始安装强制生成时必要的socat 软件包."
package_install "socat"
fi
_echo -i "$开始生成域名 ${domain} 相关的证书 "
_echo -i "开始生成域名 ${domain} 相关的证书 "
_acme_cmd_by_force "${domain}" "${algorithmType}"
_echo -i "${domain} 证书生成完成. "
}
Expand Down

0 comments on commit 70769d8

Please sign in to comment.