Untitled

 avatar
unknown
plain_text
5 months ago
607 B
4
Indexable
source ~ /.bashrc
basePath = "/MARS/scripts/RNIV"
path_library = "/MARS/scripts/library"

as0fDate =$1

url =$(sh ${path_library} / get_url_machine.sh "ATOTI_LIQUIDITY" "ALL")
# NO UNLOAD FOR THIS TOPIC

# LOAD STORE
body =$(sh ${basePath} / bodys / body_AsOfDate.sh "${asOfDate}" READ_TRIGGERS LOAD)
echo "${body}-"
output =$(sh ${basePath} / modifyData.sh "${url}" "${body}")
if [[ ${output} != "Success" *]]; then
    echo "Error loading."
    echo    "${output}"
    exit 1

fi
echo "Successfully loaded the store with as0fDate: ${as0fDate} and scenario set ${scenario_set}"

exit 0
Editor is loading...
Leave a Comment