CHMOD hint
This commit is contained in:
@@ -82,13 +82,13 @@ config = [{
|
||||
'name': 'permission_folder',
|
||||
'default': 0755,
|
||||
'label': 'Folder CHMOD',
|
||||
'description': 'Permission (octal) for creating/copying folders.',
|
||||
'description': 'Permission (decimal) for creating/copying folders. 0755 => 593, 0777 => 511',
|
||||
},
|
||||
{
|
||||
'name': 'permission_file',
|
||||
'default': 0755,
|
||||
'label': 'File CHMOD',
|
||||
'description': 'Permission (octal) for creating/copying files',
|
||||
'description': 'Same as Folder CHMOD but for files',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user