minor blockchain install script change
This commit is contained in:
parent
998e0c066c
commit
6dcfab7b13
1 changed files with 2 additions and 2 deletions
|
|
@ -40,6 +40,8 @@ function processCryptos (codes) {
|
|||
process.exit(0)
|
||||
}
|
||||
|
||||
logger.info('Thanks! Installing: %s. Will take a while...', _.join(', ', codes))
|
||||
|
||||
const goodVolume = doVolume.prepareVolume()
|
||||
|
||||
if (!goodVolume) {
|
||||
|
|
@ -47,8 +49,6 @@ function processCryptos (codes) {
|
|||
process.exit(1)
|
||||
}
|
||||
|
||||
logger.info('Thanks! Installing: %s. Will take a while...', _.join(', ', codes))
|
||||
|
||||
const selectedCryptos = _.map(code => _.find(['code', code], cryptos), codes)
|
||||
_.forEach(setupCrypto, selectedCryptos)
|
||||
common.es('pm2 save')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue