Skip to content

Commit 3b0f3a6

Browse files
author
Richard Top
committed
fix typo in eessi_container.sh when http_proxy is set
1 parent 26babc0 commit 3b0f3a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eessi_container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ if [[ ! -z ${http_proxy} ]]; then
828828
;;
829829
2)
830830
# target not found - safe to add
831-
if [[ -z ${BIND_PATH} ]]; then
831+
if [[ -z ${BIND_PATHS} ]]; then
832832
BIND_PATHS="${src}:${target}"
833833
else
834834
BIND_PATHS="${BIND_PATHS},${src}:${target}"

0 commit comments

Comments
 (0)