support installing with existing volumes and droplets
This commit is contained in:
parent
ab6f23351d
commit
10b635185d
6 changed files with 23 additions and 12 deletions
|
|
@ -70,8 +70,10 @@ function setupCrypto (crypto) {
|
|||
process.chdir(tmpDir)
|
||||
common.es('rm -rf *')
|
||||
common.fetchAndInstall(crypto)
|
||||
|
||||
cryptoPlugin.setup(cryptoDir)
|
||||
fs.writeFileSync(installedVolumeFilePath(crypto), '')
|
||||
|
||||
common.writeFile(installedVolumeFilePath(crypto), '')
|
||||
process.chdir(oldDir)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue