Dockerizing / virtuoso-import-docker

Apache License 2.0
2 stars 1 forks source link

import from git immediately #18

Open KonradHoeffner opened 3 years ago

KonradHoeffner commented 3 years ago

While the regular chronjob git pull is nice, it would be helpful if the git import would happen immediately as well, so one does not have to wait to check if everything is set up correctly.

KonradHoeffner commented 3 years ago

I am not sure how to implement this, what do you think about adding the following to the end of envsetter.sh?

# execute right away
echo "Importing for the first time"
/virtuoso/cronscript.sh
white-gecko commented 3 years ago

I currently don't have a test setup. If you could test this for us and open a pull-request. We could add it.