mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-30 13:11:38 +00:00
Fixed trackomatron Debian package bug
This commit is contained in:
@ -23,7 +23,7 @@ case "$1" in
|
|||||||
chown trackomatron.trackomatron /etc/trackomatron/tendermint
|
chown trackomatron.trackomatron /etc/trackomatron/tendermint
|
||||||
sudo -Hu trackomatron tracko init --home /etc/trackomatron 2B24DEE2364762300168DF19B6C18BCE2D399EA2
|
sudo -Hu trackomatron tracko init --home /etc/trackomatron 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
|
#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 trackomatron tracko init --home /etc/trackomatron/tendermint
|
sudo -Hu trackomatron tendermint init --home /etc/trackomatron/tendermint
|
||||||
#The above command might need some kind of additional option in the future. https://github.com/tendermint/tendermint/issues/542
|
#The above command might need some kind of additional option in the future. https://github.com/tendermint/tendermint/issues/542
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user