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 #99

Closed kasimon closed 10 months ago

kasimon commented 1 year 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.

avishnu commented 1 year ago

This commit needs to be signed and also follow listing standards as per here.

niladrih commented 10 months ago

Closing this PR as these changes have been included in https://github.com/openebs/monitoring/pull/100. cc: @datacore-vvarakantham