diff options
Diffstat (limited to 'scripts/vyatta-show-current-user')
-rwxr-xr-x | scripts/vyatta-show-current-user | 2 |
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 |