This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Fixed trackomatron Debian package bug
pull/1943/head
Greg Szabo
7 years ago
parent
620713de77
commit
27643cd9f9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 t
racko
init --home /etc/trackomatron/tendermint
sudo -Hu trackomatron t
endermint
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
;;
Write
Preview
Loading…
Cancel
Save