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
d84da5bd
Unverified
Commit
d84da5bd
authored
Aug 01, 2021
by
neil
Committed by
GitHub
Aug 01, 2021
Browse files
Merge pull request #3638 from acmesh-official/dev
fix
https://github.com/acmesh-official/acme.sh/issues/3624#issuecomme…
parents
a199fc61
5cc1d952
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
d84da5bd
...
...
@@ -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
"
...
...
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