Cosium / zabbix_zfs-on-linux

zabbix template and user parameters to monitor zfs on linux
MIT License
76 stars 50 forks source link

cleanup; use ${PATH} and surround '|' with spaces #8

Closed thopos closed 4 years ago

thopos commented 4 years ago

Some invocations of sed are absolute while all other invocations use ${PATH}. Most pipes are surrounded with white-space while some are not.

Fixed those inconsistencies.

AceSlash commented 4 years ago

Thank you for the PR and sorry for the late review.