FAQ | This is a LIVE service | Changelog

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

changes to iaas runner

parent 4350ad53
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -e
#upload='--noupload' # default
upload='--noupload' # default
config='/storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json' # default
rundate=$(date '+%Y%m%d') # default today
......@@ -48,7 +48,8 @@ function run_coordinator() {
/storage/app/EWS_prod/code/coordinator/run_Processor.sh \
-p $component \
-c $config \
-s $rundate
-s $rundate \
$upload
}
run_coordinator
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