mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 23:41:45 +00:00
Merge pull request #3638 from acmesh-official/dev
fix https://github.com/acmesh-official/acme.sh/issues/3624#issuecomme…
This commit is contained in:
commit
d84da5bdbf
2
acme.sh
2
acme.sh
@ -3441,7 +3441,7 @@ _on_before_issue() {
|
||||
_netprc="$(_ss "$_checkport" | grep "$_checkport")"
|
||||
netprc="$(echo "$_netprc" | grep "$_checkaddr")"
|
||||
if [ -z "$netprc" ]; then
|
||||
netprc="$(echo "$_netprc" | grep "$LOCAL_ANY_ADDRESS")"
|
||||
netprc="$(echo "$_netprc" | grep "$LOCAL_ANY_ADDRESS:$_checkport")"
|
||||
fi
|
||||
if [ "$netprc" ]; then
|
||||
_err "$netprc"
|
||||
|
Loading…
Reference in New Issue
Block a user