Skip to content
Snippets Groups Projects
Commit abc93636 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: bin/env.sh

parent 361a9d0e
Branches no_exit
No related tags found
1 merge request!11Removed exit from source script
......@@ -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
## =============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment