mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
nits
This commit is contained in:
parent
b2dc743aa6
commit
ba964e279c
@ -5,8 +5,8 @@ if [ "${USE_PROXY}" == "1" ]; then
|
||||
set -- -x localhost "$@"
|
||||
fi
|
||||
|
||||
if [ ! -z "${HOSTNAME}" ]; then
|
||||
set -- -h "${HOSTNAME}" "$@"
|
||||
if [ ! -z "${SSH_HOSTNAME}" ]; then
|
||||
set -- -h "${SSH_HOSTNAME}" "$@"
|
||||
fi
|
||||
|
||||
exec tmate-ssh-server -p 2200 -k ${SSH_KEYS_PATH} "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user