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
b7c7d845
Commit
b7c7d845
authored
Jul 08, 2013
by
Leigh B Stoller
Browse files
Minor fix to previous revision.
parent
36d11bf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/setgroups.in
View file @
b7c7d845
...
...
@@ -411,8 +411,10 @@ foreach my $token (@userlist) {
or
fatal
("
Could not chown home dir to
$uid
:
$project
");
foreach
my
$dot
(
@dots
)
{
system
("
$CHOWN
-R
$uid
:
$project
$homedir
/
$dot
")
==
0
or
fatal
("
Could not chown
$homedir
/
$dot
to
$uid
:
$project
");
if
(
-
e
"
$homedir
/
$dot
")
{
system
("
$CHOWN
-R
$uid
:
$project
$homedir
/
$dot
")
==
0
or
fatal
("
Could not chown
$homedir
/
$dot
to
$uid
:
$project
");
}
}
#
...
...
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