mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: file should have a trailing newline
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ class M1_6_0 extends BaseModelMigration
|
||||
}
|
||||
|
||||
// Write changes back to file
|
||||
file_put_contents($account_file, implode("\r\n", $new_account_conf));
|
||||
file_put_contents($account_file, implode("\r\n", $new_account_conf) . "\n");
|
||||
chmod($account_file, 0600);
|
||||
|
||||
// Finally, rename account directory
|
||||
|
||||
Reference in New Issue
Block a user