0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

Merge pull request from tomgillett/socket-permissions

Changed socket permissions
This commit is contained in:
Hannah Wolfe 2013-12-31 12:50:34 -08:00
commit c7c73ef7d9

View file

@ -215,7 +215,7 @@ function setup(server) {
getSocket(),
startGhost
);
fs.chmod(getSocket(), '0744');
fs.chmod(getSocket(), '0660');
});
} else {