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:
parent
31149eb05d
commit
a2556d0528
1 changed files with 26 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue