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
b0510f32
Commit
b0510f32
authored
Sep 27, 2012
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
c075c280
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/xen/create-image
View file @
b0510f32
...
...
@@ -174,7 +174,7 @@ if ($?) {
$error
=
1
;
goto
cleanup
;
}
if
(
!
-
e
"
$EXTRAFS
/
$vnodeid
"
||
!
-
e
"
$EXTRAFS
/
$vnodeid
/
kernel
")
{
if
(
!
-
e
"
$EXTRAFS
/
$vnodeid
"
||
!
-
e
"
$EXTRAFS
/
$vnodeid
/
xm.conf
")
{
print
STDERR
"
$EXTRAFS
/
$vnodeid
appears to be missing or incomplete
\n
";
$error
=
1
;
goto
cleanup
;
...
...
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