Skip to content

Commit 1052ac2

Browse files
committed
Default seed any imported drives
1 parent 5ab3d10 commit 1052ac2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/commands/import.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class ImportCommand extends DaemonCommand {
4343

4444
if (!key) key = await loadKeyFromFile()
4545
const drive = await this.client.drive.get({ key })
46+
await drive.configureNetwork({ lookup: true, announce: true, remember: true })
4647
if (!drive.writable) {
4748
console.error('The target drive is not writable!')
4849
return process.exit(1)

0 commit comments

Comments
 (0)