aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/prune-storage.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-12-05 17:44:36 +0100
committerChocobozzz <me@florianbigard.com>2018-12-05 17:44:36 +0100
commit7089e7b4e570710acac408bf95c688932a491707 (patch)
tree61d118b0599353db8b2ec03a7cab7c4d52a781a9 /scripts/prune-storage.ts
parent2feebf3e6afaad9ab80976d1557d3a7bcf94de03 (diff)
downloadPeerTube-7089e7b4e570710acac408bf95c688932a491707.tar.gz
PeerTube-7089e7b4e570710acac408bf95c688932a491707.tar.zst
PeerTube-7089e7b4e570710acac408bf95c688932a491707.zip
Improve information regarding prune storage script
Diffstat (limited to 'scripts/prune-storage.ts')
-rwxr-xr-xscripts/prune-storage.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/prune-storage.ts b/scripts/prune-storage.ts
index 4ab0b4863..c0cd198f7 100755
--- a/scripts/prune-storage.ts
+++ b/scripts/prune-storage.ts
@@ -91,6 +91,7 @@ async function askConfirmation () {
91 confirm: { 91 confirm: {
92 type: 'string', 92 type: 'string',
93 description: 'These following unused files can be deleted, but please check your backups first (bugs happen).' + 93 description: 'These following unused files can be deleted, but please check your backups first (bugs happen).' +
94 ' Notice PeerTube must have been stopped when your ran this script.' +
94 ' Can we delete these files?', 95 ' Can we delete these files?',
95 default: 'n', 96 default: 'n',
96 required: true 97 required: true