summaryrefslogtreecommitdiff
path: root/scripts/vyatta-show-current-user
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/vyatta-show-current-user')
-rwxr-xr-xscripts/vyatta-show-current-user2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-show-current-user b/scripts/vyatta-show-current-user
index 87c5543..f55f047 100755
--- a/scripts/vyatta-show-current-user
+++ b/scripts/vyatta-show-current-user
@@ -11,7 +11,7 @@ then
fi
echo -n "user : " ; id -un
-echo -n "groups : " ; id -gn
+echo -n "groups : " ; id -Gn
if id -Z >/dev/null 2>&1
then