refactor(cli): don't change permissions on media folder
This commit is contained in:
parent
c70a0845a8
commit
a3ce08bee3
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ export class SystemExecutors {
|
|||
const filesAndFolders = [
|
||||
path.join(rootFolderHost, 'apps'),
|
||||
path.join(rootFolderHost, 'logs'),
|
||||
path.join(rootFolderHost, 'media'),
|
||||
path.join(rootFolderHost, 'repos'),
|
||||
path.join(rootFolderHost, 'state'),
|
||||
path.join(rootFolderHost, 'traefik'),
|
||||
|
|
Loading…
Reference in a new issue