sensu-plugins-memory-checks icon indicating copy to clipboard operation
sensu-plugins-memory-checks copied to clipboard

Bash fix

Open giudicelli opened this issue 3 years ago • 0 comments

Pull Request Checklist

Is this in reference to an existing issue?

No, but there sure is an issue... Many Docker images don't carry bash, therefore sh should be used, and even more test should be used to compare value instead of the dedicated bash syntax. This guarantees better backward compatibility.

General

  • [ ] Update Changelog following the conventions laid out here

  • [ ] Update README with any necessary configuration snippets

  • [ ] Binstubs are created if needed

  • [ ] RuboCop passes

  • [ ] Existing tests pass

New Plugins

  • [ ] Tests

  • [ ] Add the plugin to the README

  • [ ] Does it have a complete header as outlined here

Purpose

Known Compatibility Issues

giudicelli avatar Aug 08 '21 22:08 giudicelli