Skip to content
Snippets Groups Projects
Commit c5cca4d0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixed the stunnel PEM path

parent 0db04c4f
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment