mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
changed permissions for min directory
This commit is contained in:
parent
555582eccf
commit
cc38aa46d3
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ var makeFolder = function(pError){
|
|||
* where woud be minifyed versions
|
||||
* of files
|
||||
*/
|
||||
fs.mkdir(MinFolder,777,makeFolder);
|
||||
fs.mkdir(MinFolder,511,makeFolder);
|
||||
|
||||
/* CONSTANTS */
|
||||
/* dir contains css-files */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue