]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
fixed the stunnel PEM path
authorDaniel Stenberg <daniel@haxx.se>
Mon, 17 Sep 2001 08:55:32 +0000 (08:55 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 17 Sep 2001 08:55:32 +0000 (08:55 +0000)
tests/ftpsserver.pl

index 995012b42c811e70bd650848823ef58f3dfe3fba..e7a5163bd7329e8358608aba7a02b146270925ba 100644 (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";