fix: fix bash path

This commit is contained in:
p.delpy@dkfz-heidelberg.de 2024-09-12 09:29:30 +02:00
parent f0bdb5c146
commit 77c870ab22
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ BROKER_URL_FOR_PREREQ=$BROKER_URL
POSTGRES_TAG=15.6-alpine POSTGRES_TAG=15.6-alpine
for module in $PROJECT/modules/*.sh for module in ccp/modules/*.sh
do do
log DEBUG "sourcing $module" log DEBUG "sourcing $module"
source $module source $module