Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
e46a37e4
Commit
e46a37e4
authored
Jan 23, 2006
by
Leigh B. Stoller
Browse files
Minor fix so that we can rerun mkproj if it fails.
parent
1c9fe840
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/modgroups.in
View file @
e46a37e4
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2005 University of Utah and the Flux Group.
# Copyright (c) 2005
, 2006
University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
...
...
@@ -196,7 +196,7 @@ foreach my $token (@addlist) {
fatal
("
Group membership table problem;
"
.
"
$user
,
$pid
,
$gid
,
$trust
,
$curtrust
\n
")
if
(
$curtrust
ne
"
none
"
&&
!
$ELABINELAB
);
if
(
$curtrust
ne
"
none
"
&&
$curtrust
ne
$trust
&&
!
$ELABINELAB
);
DBQueryFatal
("
update group_membership set
"
.
"
trust='
$trust
',
"
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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