mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-10 17:12:07 +08:00
Fix logged typo when running pre hook
This commit is contained in:
2
acme.sh
2
acme.sh
@@ -3513,7 +3513,7 @@ _on_before_issue() {
|
|||||||
_debug _chk_alt_domains "$_chk_alt_domains"
|
_debug _chk_alt_domains "$_chk_alt_domains"
|
||||||
#run pre hook
|
#run pre hook
|
||||||
if [ "$_chk_pre_hook" ]; then
|
if [ "$_chk_pre_hook" ]; then
|
||||||
_info "Runing pre hook:'$_chk_pre_hook'"
|
_info "Running pre hook:'$_chk_pre_hook'"
|
||||||
if ! (
|
if ! (
|
||||||
export Le_Domain="$_chk_main_domain"
|
export Le_Domain="$_chk_main_domain"
|
||||||
export Le_Alt="$_chk_alt_domains"
|
export Le_Alt="$_chk_alt_domains"
|
||||||
|
|||||||
Reference in New Issue
Block a user