mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 23:01:35 +01:00
13 lines
424 B
Diff
13 lines
424 B
Diff
--- a/lib/private/config.php
|
|
+++ b/lib/private/config.php
|
|
@@ -229,7 +229,8 @@
|
|
$filePointer = fopen($this->configFilePath, 'r+');
|
|
|
|
// Prevent others not to read the config
|
|
- chmod($this->configFilePath, 0640);
|
|
+ // Alpine Linux Development - don't do package's job
|
|
+ // chmod($this->configFilePath, 0640);
|
|
|
|
// File does not exist, this can happen when doing a fresh install
|
|
if(!is_resource ($filePointer)) {
|