Commit c5cca4d0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixed the stunnel PEM path

parent 0db04c4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";