File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
app/standardise_model_data/bin Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ cmew-standardise-env cdds_convert "${REQUEST_PATH_EVAL}"
2121# If RAW_DATA_DIR is configured, copy extracted raw data only when the target
2222# directory is empty. If it is not empty, emit a log.err message and do not copy.
2323if [[ -n " ${RAW_DATA_DIR:- } " ]]; then
24- echo " [INFO] RAW_DATA_DIR is set to: ${RAW_DATA_DIR} "
25- echo " [INFO] ROOT_DATA_DIR is set to: ${ROOT_DATA_DIR} "
26-
2724 mkdir -p " ${RAW_DATA_DIR} "
2825
2926 shopt -s nullglob dotglob
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ type=integer
150150
151151[template variables=RAW_DATA_DIR]
152152compulsory=false
153- description=The path to save RAW data.
153+ description=The path to save RAW pp data.
154154help=If required, this value must be set in a rose-suite.conf configuration file
155155 =Path is set where user wants to save the RAW_DATA. Otherwise, set the value equal to an
156156 =empty string.
You can’t perform that action at this time.
0 commit comments