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
8bdcd224
Commit
8bdcd224
authored
Sep 02, 2023
by
neil
Browse files
fix
https://github.com/acmesh-official/acme.sh/issues/4746
parent
b32d2273
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
8bdcd224
...
...
@@ -931,7 +931,7 @@ fi
_egrep_o() {
if [ "$__USE_EGREP" ]; then
egrep -o "$1"
egrep -o
--
"$1"
else
sed -n 's/.*\('"$1"'\).*/\1/p'
fi
...
...
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