Skip to content

Commit 1a39480

Browse files
committed
fixup! New SSE key format
1 parent d2ce3eb commit 1a39480

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

core/Command/Encryption/MigrateKeyStorage.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@
3636
use Symfony\Component\Console\Command\Command;
3737
use Symfony\Component\Console\Helper\ProgressBar;
3838
use Symfony\Component\Console\Helper\QuestionHelper;
39-
use Symfony\Component\Console\Input\InputArgument;
4039
use Symfony\Component\Console\Input\InputInterface;
4140
use Symfony\Component\Console\Output\OutputInterface;
42-
use Symfony\Component\Console\Question\ConfirmationQuestion;
4341

4442
class MigrateKeyStorage extends Command {
4543

@@ -143,7 +141,6 @@ private function traverse(string $folder) {
143141
$endsWith($node['name'], '.privateKey') ||
144142
$endsWith($node['name'], '.publicKey') ||
145143
$endsWith($node['name'], 'shareKey')) {
146-
147144
$path = $folder . '/' . $node['name'];
148145

149146
$content = $this->rootView->file_get_contents($path);

lib/private/Repair/NC20/EncryptionMigration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34
/**
45
* @copyright Copyright (c) 2020, Roeland Jago Douma <roeland@famdouma.nl>

0 commit comments

Comments
 (0)