Skip to content
GitLab
Menu
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-stable
Commits
ca64e11f
Commit
ca64e11f
authored
Nov 29, 2000
by
Kristin Wright
Browse files
added a hook for mkacct
parent
89e515a8
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/tbdoit
View file @
ca64e11f
...
...
@@ -49,6 +49,13 @@ if (system("$tbdir/tbreport -v $irfile 2>&1 > $repfile") != 0) {
exit
(
-
1
);
}
print
STDOUT
"
Running mkacct with argument:
$eid
";
if
(
system
("
$tbdir
/mkacct
$eid
")
!=
0
)
{
print
STDOUT
"
mkacct failed!
\n
";
exit
(
-
1
);
}
print
STDOUT
"
Setup Success
\n
";
exit
0
;
...
...
Write
Preview
Supports
Markdown
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