diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-07-27 16:15:35 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-07-27 16:15:35 (GMT) |
commit | 58e7ace78758e174628a7f138ffd519eaee383ea (patch) | |
tree | b68b0a8dd77b66aa4f84167ef19188867679a36e /utils/rhrd-group | |
parent | 129f006062892600000d46d89d31524eee03fdfe (diff) |
rhrd-user can update grid rights now
Diffstat (limited to 'utils/rhrd-group')
-rwxr-xr-x | utils/rhrd-group | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rhrd-group b/utils/rhrd-group index 088bc10..7aa5f6b 100755 --- a/utils/rhrd-group +++ b/utils/rhrd-group @@ -150,7 +150,7 @@ sub is_member print STDERR "$errorstring\n"; return 1; } - print $ARGV[2] . " is" . (($cnt) ? "" : " not") . " a member\n"; + print $ARGV[2] . " is" . (($cnt) ? "" : " *not*") . " a member\n"; return (($cnt) ? 0 : 1); } |