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
cbfa24fb
Commit
cbfa24fb
authored
Jun 28, 2013
by
Leigh B Stoller
Browse files
Don't use -P option to wget; breaks.
parent
c29c79d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/linux/libvnode.pm
View file @
cbfa24fb
...
...
@@ -486,10 +486,10 @@ sub downloadImage($$$$) {
}
elsif
(
$addr
=~
/^http/
)
{
if
(
$todisk
)
{
mysystem
("
wget -nv -N
-P
-O - '
$addr
' |
"
.
mysystem
("
wget -nv -N -O - '
$addr
' |
"
.
"
$IMAGEUNZIP
-f -W 32 -
$imagepath
");
}
else
{
mysystem
("
wget -nv -N
-P
-O
$imagepath
'
$addr
'
");
mysystem
("
wget -nv -N -O
$imagepath
'
$addr
'
");
}
}
...
...
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