Stackdriver / stackdriver-prometheus-sidecar

A sidecar for the Prometheus server that can send metrics to Stackdriver.
https://cloud.google.com/monitoring/kubernetes-engine/prometheus
Apache License 2.0
120 stars 43 forks source link

Bash shebang needed due to [[ and ]] in if statement. #275

Open perjahn opened 3 years ago

perjahn commented 3 years ago

Make patch.sh script work on ubuntu.

/bin/sh is usually not soft-linked to bash on ubuntu, as it is on debian. I.e. the shebang should reflect the actual shell required by the script.