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-stable
Commits
d29bb148
Commit
d29bb148
authored
Dec 03, 2014
by
Mike Hibler
Browse files
Make sure "method" is set.
parent
4c4b4d34
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/os/create-versioned-image
View file @
d29bb148
...
...
@@ -355,6 +355,10 @@ foreach my $iid (sort keys %iinfo) {
print
STDERR
"
Must specify imagename
\n
";
exit
(
0
);
}
if
(
!
defined
(
$iinfo
{
$iid
}{'
method
'}))
{
print
STDERR
"
Must specify method
\n
";
exit
(
0
);
}
if
(
$iinfo
{
$iid
}{'
method
'}
eq
"
frisbee
")
{
$dofrisbee
++
;
if
(
!
defined
(
$iinfo
{
$iid
}{'
server
'}))
{
...
...
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