mirror of
https://github.com/curl/curl.git
synced 2026-04-15 07:41:40 +03:00
fixed the stunnel PEM path
This commit is contained in:
parent
0db04c4f56
commit
c5cca4d059
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ do {
|
|||
|
||||
my $path = `pwd`;
|
||||
chomp $path;
|
||||
my $cmd = "$stunnel -p $path/data/stunnel.pem -P $path/.ftps.pid -d $port -r $ftp";
|
||||
my $cmd = "$stunnel -p $path/stunnel.pem -P $path/.ftps.pid -d $port -r $ftp";
|
||||
|
||||
if($verbose) {
|
||||
print "FTPS server: $cmd\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue