From abc93636bd761b82aa5171e7219125ed938be692 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Wed, 26 May 2021 15:34:56 -0500 Subject: [PATCH] modified: bin/env.sh --- bin/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/env.sh b/bin/env.sh index 481d5cf..748a022 100755 --- a/bin/env.sh +++ b/bin/env.sh @@ -90,7 +90,7 @@ fi mkdir -p "${LOCAL_DATA_PATH}" if [ ! -d "${LOCAL_DATA_PATH}" ]; then echo "LOCAL_DATA_PATH (${LOCAL_DATA_PATH}) does not exist!!" - exit 1 + #exit 1 fi ## ============================================================================= -- GitLab