wip: routine connector

This commit is contained in:
janskiba
2025-01-08 15:27:00 +00:00
parent 910289079b
commit 47364f999e
4 changed files with 58 additions and 1 deletions

View File

@ -17,4 +17,12 @@ do
done
idManagementSetup
obds2fhirRestSetup
obds2fhirRestSetup
for module in modules/*.sh
do
log DEBUG "sourcing $module"
source $module
done
routineConnectorSetup