Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
5cc1d952
Commit
5cc1d952
authored
Jul 28, 2021
by
neilpang
Browse files
fix
https://github.com/acmesh-official/acme.sh/issues/3624#issuecomment-887689325
parent
655e34b1
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
5cc1d952
...
@@ -3441,7 +3441,7 @@ _on_before_issue() {
...
@@ -3441,7 +3441,7 @@ _on_before_issue() {
_netprc="$(_ss "$_checkport" | grep "$_checkport")"
_netprc="$(_ss "$_checkport" | grep "$_checkport")"
netprc="$(echo "$_netprc" | grep "$_checkaddr")"
netprc="$(echo "$_netprc" | grep "$_checkaddr")"
if [ -z "$netprc" ]; then
if [ -z "$netprc" ]; then
netprc
=
"
$(
echo
"
$_netprc
"
|
grep
"
$LOCAL_ANY_ADDRESS
"
)
"
netprc="$(echo "$_netprc" | grep "$LOCAL_ANY_ADDRESS
:$_checkport
")"
fi
fi
if [ "$netprc" ]; then
if [ "$netprc" ]; then
_err "$netprc"
_err "$netprc"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment