summaryrefslogtreecommitdiff
path: root/net-mgmt/netdisco/pkg-deinstall
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/netdisco/pkg-deinstall')
-rw-r--r--net-mgmt/netdisco/pkg-deinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/netdisco/pkg-deinstall b/net-mgmt/netdisco/pkg-deinstall
index 4b4445a9f88e..de6ffc35da7e 100644
--- a/net-mgmt/netdisco/pkg-deinstall
+++ b/net-mgmt/netdisco/pkg-deinstall
@@ -21,7 +21,7 @@ if pw groupshow "${GROUP}" 2>/dev/null 1>&2; then
if [ -z "${PACKAGE_BUILDING}" -a -z "${BATCH}" ]; then
echo "To delete the netdisco group permanently, use 'pw groupdel ${GROUP}'."
else
- pw groupdel ${USER}
+ pw groupdel ${GROUP}
fi
fi