Skip to content

Commit

Permalink
Merge pull request #3638 from acmesh-official/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Aug 1, 2021
2 parents a199fc6 + 5cc1d95 commit d84da5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d84da5b

Please sign in to comment.