Fixed trackomatron Debian package bug

This commit is contained in:
Greg Szabo
2017-07-06 20:36:57 +00:00
parent 620713de77
commit 27643cd9f9

View File

@ -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
;; ;;