FAQ | This is a LIVE service | Changelog

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

making IaaS runner not use the -it args so works with crontab

parent 4e04522f
No related branches found
No related tags found
Loading
......@@ -40,10 +40,12 @@ do
esac
done
printf "component: %s\nconfig: %s\nrundate: %s\nupload: %s\n" $component $config $rundate $upload
function run_coordinator() {
docker exec -it \
printf "component: %s\nconfig: %s\nrundate: %s\nupload: %s\n" $component $config $rundate $upload;
docker container ls;
docker exec \
ews_runner \
/storage/app/EWS_prod/code/coordinator/run_Processor.sh \
-p $component \
......
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