From 14c428132596c26e638c00dae0925a5992b7e436 Mon Sep 17 00:00:00 2001 From: rdlrt <3169068+rdlrt@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:17:36 +1000 Subject: [PATCH] Add set posix mode to env file --- scripts/cnode-helper-scripts/env | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cnode-helper-scripts/env b/scripts/cnode-helper-scripts/env index 3080ae2ff..6f29a8a27 100644 --- a/scripts/cnode-helper-scripts/env +++ b/scripts/cnode-helper-scripts/env @@ -968,6 +968,7 @@ set_default_vars() { STANDOUT='\e[7m' BOLD='\e[1m' NC='\e[0m' + set -o posix } read_genesis() {