diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-06-21 16:25:22 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-06-21 16:25:22 +0000 |
commit | d268c73f4e8312582f335118639f8eb7d6370a67 (patch) | |
tree | 5bc1a0cdedbb6eb55df41be430c0bbc44890d289 /mga-move-update | |
parent | fb686cdd364a21b4b7a3dccba4f2b3737e354dc5 (diff) | |
download | mgatools-d268c73f4e8312582f335118639f8eb7d6370a67.tar mgatools-d268c73f4e8312582f335118639f8eb7d6370a67.tar.gz mgatools-d268c73f4e8312582f335118639f8eb7d6370a67.tar.bz2 mgatools-d268c73f4e8312582f335118639f8eb7d6370a67.tar.xz mgatools-d268c73f4e8312582f335118639f8eb7d6370a67.zip |
don't check if user is in group as it will be done in wrapper script
Diffstat (limited to 'mga-move-update')
-rw-r--r-- | mga-move-update | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mga-move-update b/mga-move-update index 73a009b..55d8c77 100644 --- a/mga-move-update +++ b/mga-move-update @@ -5,12 +5,6 @@ moveupdate_allowed_group=mga-qa dryrun=echo -if ! isingroup "$allowed_group" -then - echo "You are not in group $allowed_group" - exit 1 -fi - distrorelease="$1" section="$2" srcname="$3" |