Unverified Commit d84da5bd authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #3638 from acmesh-official/dev

fix https://github.com/acmesh-official/acme.sh/issues/3624#issuecomme…
parents a199fc61 5cc1d952
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment