mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
add a line break after every certificate
This commit is contained in:
parent
bcd3d1116c
commit
3d2cd64a48
1 changed files with 1 additions and 0 deletions
|
|
@ -270,6 +270,7 @@ class OC_Mount_Config {
|
|||
fclose($fh);
|
||||
if (strpos($data, 'BEGIN CERTIFICATE')) {
|
||||
fwrite($fh_certs, $data);
|
||||
fwrite($fh_certs, "\r\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue