Skip to content

Commit

Permalink
changed default to not try to import objects on every run--only first
Browse files Browse the repository at this point in the history
container run.
  • Loading branch information
James Babb committed Dec 2, 2017
1 parent 091d4ba commit 3ef5a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions midpoint/assets/run-midpoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3ef5a74

Please sign in to comment.