From 3b0f3a6ed987beb9c69cf39429c64153b14b77db Mon Sep 17 00:00:00 2001 From: Richard Top Date: Mon, 16 Feb 2026 11:41:05 +0100 Subject: [PATCH] fix typo in `eessi_container.sh` when http_proxy is set --- eessi_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eessi_container.sh b/eessi_container.sh index faa4400c..71b0fa41 100755 --- a/eessi_container.sh +++ b/eessi_container.sh @@ -828,7 +828,7 @@ if [[ ! -z ${http_proxy} ]]; then ;; 2) # target not found - safe to add - if [[ -z ${BIND_PATH} ]]; then + if [[ -z ${BIND_PATHS} ]]; then BIND_PATHS="${src}:${target}" else BIND_PATHS="${BIND_PATHS},${src}:${target}"