basecoin 0.6.0 package fixes

This commit is contained in:
Greg Szabo
2017-06-22 15:06:19 +00:00
parent 856e428057
commit 2af729727f
2 changed files with 2 additions and 2 deletions
@@ -21,7 +21,7 @@ case "$1" in
configure)
chown basecoin.basecoin /etc/basecoin
chown basecoin.basecoin /etc/basecoin/tendermint
sudo -Hu basecoin basecoin init --home /etc/basecoin
sudo -Hu basecoin basecoin init --home /etc/basecoin 2B24DEE2364762300168DF19B6C18BCE2D399EA2
#The above command generates a genesis.json file that contains validators. This is wrong, the validator part should be empty. https://github.com/tendermint/basecoin/issues/124
sudo -Hu basecoin tendermint init --home /etc/basecoin/tendermint
#The above command might need some kind of additional option in the future. https://github.com/tendermint/tendermint/issues/542