Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
159649eb
Commit
159649eb
authored
Jul 22, 2003
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Vast improvement in print statements to avoid confusing Mike, uh, I mean
the users.
parent
475f3440
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
tbsetup/vnode_setup.in
tbsetup/vnode_setup.in
+6
-4
No files found.
tbsetup/vnode_setup.in
View file @
159649eb
...
...
@@ -287,8 +287,10 @@ foreach my $node (@nodes) {
}
}
#
# Only if all nodes setup okay.
#
print
STDOUT
"
Vnode
$mode
done!
\n
";
if
(
$killmode
)
{
print
STDOUT
"
Vnode teardown finished.
\n
";
}
else
{
print
STDOUT
"
Vnode setup initiated on all nodes ...
\n
";
}
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