renatomefi / php-fpm-healthcheck

A POSIX compliant sh script to healthcheck PHP fpm status, can be used only for pinging or check for specific metrics
MIT License
491 stars 55 forks source link

Fix posix compatibility #12

Closed renatomefi closed 6 years ago

renatomefi commented 6 years ago

Context

As observed on #11 having pipefail isn't really posix compatible, although it's implemented on busybox sh.

Changes