Do not patch TERM on work server
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a824953ded
commit
bd3ac133ac
1 changed files with 2 additions and 1 deletions
|
@ -37,4 +37,5 @@ step "Loading key ${KEY_NAME}"
|
||||||
vault-sshadd "${KEY_NAME}"
|
vault-sshadd "${KEY_NAME}"
|
||||||
|
|
||||||
step "Executing ssh"
|
step "Executing ssh"
|
||||||
exec env TERM=xterm-color ssh -p ${PORT} "${HOST}" "$@"
|
[[ $HOST == workwork.cloud.kserver.biz ]] || export TERM=xterm-color
|
||||||
|
exec ssh -p ${PORT} "${HOST}" "$@"
|
||||||
|
|
Loading…
Reference in a new issue