We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab3d10 commit 1052ac2Copy full SHA for 1052ac2
1 file changed
bin/commands/import.js
@@ -43,6 +43,7 @@ class ImportCommand extends DaemonCommand {
43
44
if (!key) key = await loadKeyFromFile()
45
const drive = await this.client.drive.get({ key })
46
+ await drive.configureNetwork({ lookup: true, announce: true, remember: true })
47
if (!drive.writable) {
48
console.error('The target drive is not writable!')
49
return process.exit(1)
0 commit comments