mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-08-13 12:33:30 +02:00
This commit is contained in:
parent
8565a853a8
commit
59f976dc48
1 changed files with 1 additions and 6 deletions
7
acme.sh
7
acme.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue