From 2f5a2a79130e0c1a34bb53eee3adf448da370b11 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Wed, 1 Aug 2018 23:09:37 +0200 Subject: [PATCH] Plugin radwho_cnt: fix shellcheck issues --- plugins/other/radwho_cnt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)"