mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
fixed the stunnel PEM path
This commit is contained in:
parent
0db04c4f56
commit
c5cca4d059
@ -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…
Reference in New Issue
Block a user