Skip to content
GitLab
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
f9aed8d9
Commit
f9aed8d9
authored
Jan 09, 2017
by
Leigh B Stoller
Browse files
Remove missing line of code that I mistakenly deleted in Aug 2015.
We do not appear to go through this path very often!
parent
7fcf64f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/clone_image.in
View file @
f9aed8d9
#!/usr/bin/perl -w
#
# Copyright (c) 2000-201
6
University of Utah and the Flux Group.
# Copyright (c) 2000-201
7
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -676,6 +676,7 @@ $opts .= "-F " if ($nodelta);
$opts
.=
"
-U
"
if
(
$update_prepare
);
$opts
.=
"
-B
$origin_uuid
"
if
(
defined
(
$origin_uuid
));
$opts
.=
"
-b
$bsname
"
if
(
defined
(
$bsname
));
$output
=
emutil::
ExecQuiet
("
$CREATEIMAGE
$opts
$imagename
$node_id
");
if
(
$?
)
{
print
STDERR
$output
;
fatal
("
Failed to create image
");
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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