Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
60ce6f94
Commit
60ce6f94
authored
Oct 05, 2011
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix.
parent
fdfce71d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
tbsetup/modgroups.in
tbsetup/modgroups.in
+2
-4
No files found.
tbsetup/modgroups.in
View file @
60ce6f94
...
...
@@ -347,10 +347,8 @@ if ((@addlist || @modlist) && ! $target_user->nocollabtools()) {
#
# Finally, call setgroups to do the rest.
#
if
(
!
$target_user
->
nocollabtools
())
{
system
("
$SETGROUPS
$user
")
==
0
or
fatal
("
$SETGROUPS
$user
failed!
");
}
system
("
$SETGROUPS
$user
")
==
0
or
fatal
("
$SETGROUPS
$user
failed!
");
exit
(
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment