Package updated freebsd, shellcheck SC2086 fixed
Question: does this not break older FreeBSD versions? And if yes, which ones?
Make sure flag is followed by end of line or space.
Updated the python version of cerbot freebsd
Added support for Devuan Daedalus
Allow interval per source to be overwritten to 0 to skip the source in this interval.
I think overall the idea is not bad, I'd recommend to go with -eq 0 and we would also need to document the behaviour, not only implement it.
Allow interval per source to be overwritten to 0 to skip the source in this interval.
I think overall the idea is not bad, I'd recommend to go with -eq 0 and we would also need to document the behaviour, not only implement it.
Allow interval per source to be overwritten to 0 to skip the source in this interval.
If we want to match 0, we should do -eq 0, otherwise the documentation will need to be adjusted.