mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
Fix error message variable when reload cmd returns with an error
This commit is contained in:
parent
be35b55444
commit
8a27c902ff
1 changed files with 1 additions and 1 deletions
2
acme.sh
2
acme.sh
|
|
@ -5986,7 +5986,7 @@ _installcert() {
|
|||
); then
|
||||
_info "$(__green "Reload successful")"
|
||||
else
|
||||
_err "Reload error for: $Le_Domain"
|
||||
_err "Reload error for: $_main_domain"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue