diff --git a/plugins/other/radwho_cnt b/plugins/other/radwho_cnt index c7664ab3..0254f4fa 100755 --- a/plugins/other/radwho_cnt +++ b/plugins/other/radwho_cnt @@ -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)"