1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Make indenting consistent across the rest of the file

This commit is contained in:
Wilco de Boer 2021-07-14 23:54:37 +02:00
parent 31149eb05d
commit a2556d0528

View file

@ -157,7 +157,7 @@ FIXED=$(printf '%s' "${ALL}" | grep -w '(fixed')
# Arguments: Field offset to aggregate by
count_entries() {
CUT_FIELD="${1}"
cut -f "${CUT_FIELD}" -d " "| sort | uniq -c
cut -f "${CUT_FIELD}" -d " " | sort | uniq -c
}
case "${MODE}" in