diff options
Diffstat (limited to 'shared/server-commands/server')
-rw-r--r-- | shared/server-commands/server/server.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/server-commands/server/server.ts b/shared/server-commands/server/server.ts index f68b81367..c8f6a0c5b 100644 --- a/shared/server-commands/server/server.ts +++ b/shared/server-commands/server/server.ts | |||
@@ -364,6 +364,7 @@ export class PeerTubeServer { | |||
364 | }, | 364 | }, |
365 | storage: { | 365 | storage: { |
366 | tmp: this.getDirectoryPath('tmp') + '/', | 366 | tmp: this.getDirectoryPath('tmp') + '/', |
367 | tmp_persistent: this.getDirectoryPath('tmp-persistent') + '/', | ||
367 | bin: this.getDirectoryPath('bin') + '/', | 368 | bin: this.getDirectoryPath('bin') + '/', |
368 | avatars: this.getDirectoryPath('avatars') + '/', | 369 | avatars: this.getDirectoryPath('avatars') + '/', |
369 | videos: this.getDirectoryPath('videos') + '/', | 370 | videos: this.getDirectoryPath('videos') + '/', |