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-devel
Commits
66e202b5
Commit
66e202b5
authored
Jul 03, 2002
by
Robert Ricci
Browse files
Fixed an Eric Nit
parent
e04ad729
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/os_setup.in
View file @
66e202b5
...
...
@@ -598,12 +598,12 @@ sub WaitTillAlive ($) {
$waittime
=
time
-
$waitstart
{
$pc
};
if
(
$waittime
>
$maxwait
)
{
$minutes
=
int
(
$waittime
/
60
);
print
"
***
$pc
appears dead - its been
$minutes
minute(s).
\n
";
print
"
***
$pc
appears dead - it
'
s been
$minutes
minute(s).
\n
";
return
1
;
}
if
(
int
(
$waittime
/
60
)
>
$minutes
)
{
$minutes
=
int
(
$waittime
/
60
);
print
"
Still waiting for
$pc
- its been
$minutes
minute(s).
\n
";
print
"
Still waiting for
$pc
- it
'
s been
$minutes
minute(s).
\n
";
}
sleep
(
1
);
}
...
...
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