From 558fb10a33924c716b5b239117b00a9e050211fa Mon Sep 17 00:00:00 2001 From: Victor Martin Date: Tue, 14 May 2024 18:55:23 +0200 Subject: [PATCH] fix scripts for Cloud Shell on all architectures x86 and ARM --- scripts/setenv.mjs | 3 +-- scripts/tfvars.mjs | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/setenv.mjs b/scripts/setenv.mjs index 4cd98ad..7521c68 100644 --- a/scripts/setenv.mjs +++ b/scripts/setenv.mjs @@ -14,8 +14,7 @@ import { readEnvJson, } from "./lib/utils.mjs"; -const shell = process.env.SHELL | "/bin/zsh"; -$.shell = shell; +process.env.SHELL = "/bin/bash"; $.verbose = false; let properties = await readEnvJson(); diff --git a/scripts/tfvars.mjs b/scripts/tfvars.mjs index 4d7d55e..eb31a1c 100644 --- a/scripts/tfvars.mjs +++ b/scripts/tfvars.mjs @@ -2,8 +2,7 @@ import { exitWithError, readEnvJson } from "./lib/utils.mjs"; -const shell = process.env.SHELL | "/bin/zsh"; -$.shell = shell; +process.env.SHELL = "/bin/bash"; $.verbose = false; const {