mirror of
https://github.com/curl/curl.git
synced 2026-07-16 09:47:17 +03:00
skip the chmod
This commit is contained in:
parent
8471a82c85
commit
8b0668b99e
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ print CONF "
|
|||
connect = $target_port
|
||||
";
|
||||
close CONF;
|
||||
system("chmod go-rwx $conffile $certfile"); # secure permissions
|
||||
#system("chmod go-rwx $conffile $certfile"); # secure permissions
|
||||
|
||||
# works only with stunnel versions < 4.00
|
||||
my $cmd="$stunnel -p $certfile -P $pidfile -d $port -r $target_port 2>/dev/null";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue