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
772851b7
Commit
772851b7
authored
Nov 29, 2000
by
Kristin Wright
Browse files
Added call to rmacct after tbend.
parent
42b3ffbf
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/tbstopit
View file @
772851b7
...
...
@@ -31,6 +31,12 @@ if (system("$tbdir/tbend $project $eid $irfile") != 0) {
exit
(
-
1
);
}
print
STDOUT
"
Running rmacct with argument:
$eid
\n
";
if
(
system
("
$tbdir
/rmacct
$eid
")
!=
0
)
{
print
STDOUT
"
rmacct failed!
\n
";
exit
(
-
1
);
}
print
STDOUT
"
Termination 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