acme.sh
acme.sh copied to clipboard
Vultr DNS: fix "grep: repetition-operator operand invalid" on FreeBSD
@mjkrg reports here https://github.com/acmesh-official/acme.sh/issues/2374 integration is no longer working on FreeBSD. This PR aims to fix it.
On line 119, containing the command
grep '^\{.*\}', on FreeBSD it needs an-Eoption to be able to parse the extended regular expression otherwise it chokes with the error message: "grep: repetition-operator operand invalid".
Welcome Please make sure you're read our DNS API Dev Guide and DNS-API-Test. Then reply on this message, otherwise, your code will not be reviewed or merged. We look forward to reviewing your Pull request shortly ✨
https://github.com/skyksandr/acme.sh/actions/runs/2916012688
@Neilpang Here is CI run after rebasing on current master: https://github.com/skyksandr/acme.sh/actions/runs/4081483447