1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

fixed the stunnel PEM path

This commit is contained in:
Daniel Stenberg 2001-09-17 08:55:32 +00:00
parent 0db04c4f56
commit c5cca4d059

View File

@ -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";