Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
d6c09993
Commit
d6c09993
authored
Oct 13, 2014
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix.
parent
268c55a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
backend/newimageid_ez.in
backend/newimageid_ez.in
+2
-2
No files found.
backend/newimageid_ez.in
View file @
d6c09993
...
@@ -781,9 +781,9 @@ if (defined($target)) {
...
@@ -781,9 +781,9 @@ if (defined($target)) {
# that stuff here. Then it just calls create_image.
# that stuff here. Then it just calls create_image.
#
#
if
(
$target
=~
/^.*@.*$/
)
{
if
(
$target
=~
/^.*@.*$/
)
{
system
("
$CREATEIMAGE
-p
$imagepid
$image
id
'
$target
'
");
}
system
("
$CREATEIMAGE
-p
$imagepid
$image
name
'
$target
'
");
}
else
{
else
{
# Must be an imagename, not an
d
imageid.
# Must be an imagename, not an imageid.
system
("
$CLONEIMAGE
$imagename
'
$target
'
");
system
("
$CLONEIMAGE
$imagename
'
$target
'
");
}
}
if
(
$?
)
{
if
(
$?
)
{
...
...
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