mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Merge pull request #1797 from tomgillett/socket-permissions
Changed socket permissions
This commit is contained in:
commit
c7c73ef7d9
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ function setup(server) {
|
|||
getSocket(),
|
||||
startGhost
|
||||
);
|
||||
fs.chmod(getSocket(), '0744');
|
||||
fs.chmod(getSocket(), '0660');
|
||||
});
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue