Skip to content

Commit

Permalink
fix #4798
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Sep 20, 2023
1 parent 8565a85 commit 59f976d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59f976d

Please sign in to comment.