mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Plugin radwho_cnt: fix shellcheck issues
This commit is contained in:
parent
c6c9e5b41e
commit
2f5a2a7913
1 changed files with 1 additions and 2 deletions
|
@ -18,5 +18,4 @@ if [ "$1" = "config" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
echo "usercnt.value $($radwho -rci 2>/dev/null | wc -l)"
|
||||
|
||||
echo "usercnt.value $("$radwho" -rci 2>/dev/null | wc -l)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue