Skip to content
Snippets Groups Projects
Commit 10e50792 authored by David Hoese's avatar David Hoese
Browse files

Update default data directory to /data

parent f628d245
Branches
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ SCRIPT_HOME="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
ENV="$(realpath $(realpath ${SCRIPT_HOME})/../../../../)"
# where the ceilo ascii files get pushed to
DATA_ROOT=${DATA_ROOT:-"/data1"}
DATA_ROOT=${DATA_ROOT:-"/data"}
export CEILO_INCOMING_DIR="${DATA_ROOT}/incoming/aoss/ceilo"
# The archived location (primary raw)
export CEILO_PRAW_DIR="${DATA_ROOT}/raw/aoss/ceilo"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment