openebs / monitoring

OpenEBS Monitoring add-on. A set of Grafana, Prometheus, and alert manager plugins.
Apache License 2.0
26 stars 20 forks source link

Make Makefile more robust #100

Closed datacore-vvarakantham closed 10 months ago

datacore-vvarakantham commented 10 months ago

posix does not require bash to be available at /bin/bash, and some OS like NixOS do not have it there. /usr/bin/env bash is the recommended way to solve this issue and should have no negative side effects.

The PR-99 https://github.com/openebs/monitoring/pull/99 is not signed and could not be merged. Created this PR with same code changes.