From 3ef5a74b742825556fc867f18a896a3b83aae635 Mon Sep 17 00:00:00 2001 From: James Babb Date: Sat, 2 Dec 2017 15:50:30 -0600 Subject: [PATCH] changed default to not try to import objects on every run--only first container run. --- midpoint/assets/run-midpoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/midpoint/assets/run-midpoint.sh b/midpoint/assets/run-midpoint.sh index 9813d13..09d0676 100755 --- a/midpoint/assets/run-midpoint.sh +++ b/midpoint/assets/run-midpoint.sh @@ -35,11 +35,11 @@ then /midpoint_objects/import_objects.sh echo "Done importing midpoint objects" - ###NOTE### uncomment this line to not have the contaienr import objects on every start + ###NOTE### comment this line to have the container attemtp to import objects on every start ###NOTE### you may want to consider volume mounting this file to not have the container ###NOTE### try to re-import objects after a container update on the host - #touch "/BOOTSTRAPPED" + touch "/BOOTSTRAPPED" fi