mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:23:32 +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`;
|
my $path = `pwd`;
|
||||||
chomp $path;
|
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) {
|
if($verbose) {
|
||||||
print "FTPS server: $cmd\n";
|
print "FTPS server: $cmd\n";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue