Browse Source

Fixed trackomatron Debian package bug

pull/1943/head
Greg Szabo 7 years ago
parent
commit
27643cd9f9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      devops/rpmbuild/extrafiles/DEBIAN-trackomatron/postinst

+ 1
- 1
devops/rpmbuild/extrafiles/DEBIAN-trackomatron/postinst View File

@ -23,7 +23,7 @@ case "$1" in
chown trackomatron.trackomatron /etc/trackomatron/tendermint
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
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
systemctl daemon-reload
;;


Loading…
Cancel
Save