lamassu-install and lamassu-update bugfixes (#261)

* Call bip39 after lamassu-server gets installed

* Fix bash variable declaration

* Remove mnemonic path from migrate defaults

This caused the update-to-mnemonic script to skip thinking the mnemonic
already existed
This commit is contained in:
Rafael Taranto 2019-03-14 08:09:47 -03:00 committed by Josh Harvey
parent eb69b2b5c8
commit f7e9630710
4 changed files with 8 additions and 8 deletions

View file

@ -74,6 +74,7 @@
"lamassu-admin-server": "./bin/lamassu-admin-server",
"lamassu-apply-defaults": "./bin/lamassu-apply-defaults",
"hkdf": "./bin/hkdf",
"bip39": "./bin/bip39",
"lamassu-backup-pg": "./bin/lamassu-backup-pg",
"lamassu-mnemonic": "./bin/lamassu-mnemonic",
"lamassu-cancel": "./bin/lamassu-cancel",