Merge pull request #1797 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 {