Refactor #25665
closed
Use bash comparisons in katello-certs-check
Added by Ewoud Kohl van Wijngaarden about 6 years ago.
Updated about 6 years ago.
Description
The use of == is a bash-only feature. Since we're using this already, we might as well go all the way and use the safer checks.
Using $() instead of `` is also a better practice because it allows nesting and slightly easier to read.
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/Katello/katello-installer/pull/729 added
- Status changed from Ready For Testing to Closed
- Target version set to Katello 3.11.0
- Triaged changed from No to Yes
Also available in: Atom
PDF