summaryrefslogtreecommitdiffstats
path: root/security/authpf/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'security/authpf/pkg-install')
-rw-r--r--security/authpf/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/authpf/pkg-install b/security/authpf/pkg-install
index f587ed19..3c4b8c5 100644
--- a/security/authpf/pkg-install
+++ b/security/authpf/pkg-install
@@ -56,7 +56,7 @@ check_group() {
#check
# We need a command 'pw(8)'
check_pw
- if pw groupshow $name -q ; then
+ if pw groupshow -n $name > /dev/null ; then
return 0
fi
if pw groupadd -g $id -n $name -N -q ; then
OpenPOWER on IntegriCloud