From 6d79c820d718392bea615e6cb86b586e46e460df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexander=20K=C3=B6nig?= <Alexander.Koenig@eurac.edu>
Date: Thu, 27 Jun 2019 14:08:05 +0200
Subject: [PATCH] added send_info to 'cronjobs'

---
 dockerfiles/commul-customization/entrypoint.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dockerfiles/commul-customization/entrypoint.sh b/dockerfiles/commul-customization/entrypoint.sh
index 469fa87..fe0ca46 100644
--- a/dockerfiles/commul-customization/entrypoint.sh
+++ b/dockerfiles/commul-customization/entrypoint.sh
@@ -26,6 +26,7 @@ exec 3< <(while (true); do
     make lift_embargos
     make update_openaire_cache
     make update_discovery
+    make send_info
     echo "INIT DONE."
     sleep 86400
 done)
-- 
GitLab