From e45a03b162e4b2259979a02ea41836eaab312253 Mon Sep 17 00:00:00 2001
From: Jan Vales <jan@jvales.net>
Date: Sun, 20 Jan 2019 18:15:14 +0100
Subject: [PATCH] add camunda.py call to provision script.

---
 provision.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/provision.sh b/provision.sh
index d351082..0cd3743 100755
--- a/provision.sh
+++ b/provision.sh
@@ -35,3 +35,10 @@ docker-compose -f g6t4.yml up --build -d
 # cleanup #
 ###########
 docker system prune --volumes -f
+
+#####################
+# provision camunda #
+#####################
+cd /vagrant/camunda-overlay
+echo "*** camunda.py ***"
+./camunda.py
-- 
2.43.0