FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 16fca198 authored by L. Bower's avatar L. Bower
Browse files

fixing script

parent 23720ece
No related branches found
No related tags found
Loading
......@@ -75,6 +75,8 @@ elif [ "$component" = "Epidemiology" ];then
component_script="/storage/app/EWS_prod/code/coordinator/scripts/run_Epidemiology_Processor.sh"
elif [ "$component" = "MetResample" ];then
component_script="/storage/app/EWS_prod/code/met_resampling/scripts/run_MetResample_Processor.sh"
elif [ "$component" = "MetPlotting" ];then
component_script="/storage/app/EWS_prod/code/met_resampling/scripts/run_MetResample_Processor.sh"
else
printf "component '%s' not recognised" "$component"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment