mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-14 05:41:21 +00:00
fix INSTALL/install_env SSH_PORT
This commit is contained in:
@ -10,7 +10,7 @@ fi
|
|||||||
|
|
||||||
USER="tmuser"
|
USER="tmuser"
|
||||||
OPEN_PORTS=(46656 46657 46658 46659 46660 46661 46662 46663 46664 46665 46666 46667 46668 46669 46670 46671)
|
OPEN_PORTS=(46656 46657 46658 46659 46660 46661 46662 46663 46664 46665 46666 46667 46668 46669 46670 46671)
|
||||||
SSH_PORT=20
|
SSH_PORT=22
|
||||||
WHITELIST=()
|
WHITELIST=()
|
||||||
|
|
||||||
# update and upgrade
|
# update and upgrade
|
||||||
|
Reference in New Issue
Block a user