summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-03-01 17:34:38 +0000
committerJohn Southworth <john.southworth@vyatta.com>2012-03-01 17:34:38 +0000
commit2b67f570db5cb49b00b8a1aee61ee75207846263 (patch)
tree2599fa92cd4b5b9152b38b0a16ca1f2fc03d8e5e
parentd68eecb68549b56ccae540e340fb64b927d9bc85 (diff)
downloadvyatta-op-2b67f570db5cb49b00b8a1aee61ee75207846263.tar.gz
vyatta-op-2b67f570db5cb49b00b8a1aee61ee75207846263.zip
Fix tech-support save command
-rwxr-xr-xscripts/vyatta-remote-copy.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-remote-copy.pl b/scripts/vyatta-remote-copy.pl
index 758c885..23dd135 100755
--- a/scripts/vyatta-remote-copy.pl
+++ b/scripts/vyatta-remote-copy.pl
@@ -79,7 +79,7 @@ if ($mode eq 'url') {
or die "Cannot open known_hosts: $!";
print $known_hosts "$rsa_key\n";
close($known_hosts);
- $rc = system("curl -# -o $tmp_file $save_file");
+ $rc = system("curl -# -T $tmp_file $save_file");
print "\n";
}
}