diff options
Diffstat (limited to 'scripts/prune-storage.ts')
-rwxr-xr-x | scripts/prune-storage.ts | 1 |
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 |