1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Proper line break symbol

This commit is contained in:
Matej Bačo 2022-05-12 11:50:56 +00:00
parent 55d934381e
commit 417502338a

View file

@ -334,7 +334,7 @@ class CertificatesV1 extends Worker
throw new Exception('Failed to rename certificate privkey.pem.'); throw new Exception('Failed to rename certificate privkey.pem.');
} }
$config = \implode('\n', [ $config = \implode(PHP_EOL, [
"tls:", "tls:",
" certificates:", " certificates:",
" - certFile: /storage/certificates/{$domain}/fullchain.pem", " - certFile: /storage/certificates/{$domain}/fullchain.pem",