aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/prune-storage.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-22 17:06:32 +0200
committerChocobozzz <me@florianbigard.com>2018-06-22 17:08:44 +0200
commit92d83c6a78e86c66a55958f8e36a7f2e123efdf8 (patch)
treee03e146ec133b84a4891648f4d77dc552fa0b023 /scripts/prune-storage.ts
parentcd080b1a6b17727633cb42bd18d39eb3f7a9e030 (diff)
downloadPeerTube-92d83c6a78e86c66a55958f8e36a7f2e123efdf8.tar.gz
PeerTube-92d83c6a78e86c66a55958f8e36a7f2e123efdf8.tar.zst
PeerTube-92d83c6a78e86c66a55958f8e36a7f2e123efdf8.zip
Fix git credits
Diffstat (limited to 'scripts/prune-storage.ts')
-rwxr-xr-xscripts/prune-storage.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/prune-storage.ts b/scripts/prune-storage.ts
index 1973725c8..bc59da6af 100755
--- a/scripts/prune-storage.ts
+++ b/scripts/prune-storage.ts
@@ -1,7 +1,5 @@
1import * as prompt from 'prompt' 1import * as prompt from 'prompt'
2import { createReadStream } from 'fs'
3import { join } from 'path' 2import { join } from 'path'
4import { createInterface } from 'readline'
5import { readdirPromise, unlinkPromise } from '../server/helpers/core-utils' 3import { readdirPromise, unlinkPromise } from '../server/helpers/core-utils'
6import { CONFIG } from '../server/initializers/constants' 4import { CONFIG } from '../server/initializers/constants'
7import { VideoModel } from '../server/models/video/video' 5import { VideoModel } from '../server/models/video/video'