Browse Source

fix INSTALL/install_env SSH_PORT

pull/69/head
Jae Kwon 10 years ago
parent
commit
f78bde2e3e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      INSTALL/install_env.sh

+ 1
- 1
INSTALL/install_env.sh View File

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


Loading…
Cancel
Save