Skip to content

Commit 23a2b0a

Browse files
committed
Pass TELEPORT_TOOLS_VERSION=off when starting tshd
1 parent eb4ca79 commit 23a2b0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/packages/teleterm/src/mainProcess/mainProcess.ts

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ import {
4545
import { getAssetPath } from 'teleterm/mainProcess/runtimeSettings';
4646
import { RootClusterUri } from 'teleterm/ui/uri';
4747
import Logger from 'teleterm/logger';
48+
import {
49+
TSH_AUTOUPDATE_ENV_VAR,
50+
TSH_AUTOUPDATE_OFF,
51+
} from 'teleterm/node/tshAutoupdate';
4852

4953
import {
5054
ConfigService,
@@ -164,6 +168,7 @@ export default class MainProcess {
164168
env: {
165169
...process.env,
166170
TELEPORT_HOME: homeDir,
171+
[TSH_AUTOUPDATE_ENV_VAR]: TSH_AUTOUPDATE_OFF,
167172
},
168173
});
169174

0 commit comments

Comments
 (0)