Skip to content

Commit 2942c93

Browse files
authored
Update build.php
1 parent f3901de commit 2942c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tasks/build.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ public function config_https($row)
400400
// concat certs into single domain.tld.pem
401401
file_put_contents(
402402
LETS_ENCRYPT_CERTS_PATH."/{$domains[0]}/{$domains[0]}.pem",
403-
file_get_contents(LETS_ENCRYPT_CERTS_PATH."{$domains[0]}/fullchain.pem")."\n".
404-
file_get_contents(LETS_ENCRYPT_CERTS_PATH."{$domains[0]}/private.pem")
403+
file_get_contents(LETS_ENCRYPT_CERTS_PATH."/{$domains[0]}/fullchain.pem")."\n".
404+
file_get_contents(LETS_ENCRYPT_CERTS_PATH."/{$domains[0]}/private.pem")
405405
);
406406

407407
echo DEBUG ? $this->log('Certificate: '.PHP_EOL.file_get_contents(LETS_ENCRYPT_CERTS_PATH.'/'.$domains[0].'/'.$domains[0].'.pem')) : null;

0 commit comments

Comments
 (0)