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
59f976dc
Commit
59f976dc
authored
Sep 20, 2023
by
neil
Browse files
fix
https://github.com/acmesh-official/acme.sh/issues/4798
parent
8565a853
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
59f976dc
...
...
@@ -2118,12 +2118,7 @@ _tail_n() {
}
_tail_c
()
{
if
_is_solaris
;
then
#fix for solaris
tail
-
"
$1
"
c
else
tail
-c
"
$1
"
fi
tail
-c
"
$1
"
2>/dev/null
||
tail
-
"
$1
"
c
}
# url payload needbase64 keyfile
...
...
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