mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
correct modul-nameíng in loop
This commit is contained in:
parent
28c4abc7e9
commit
ed010a50f9
@ -189,9 +189,9 @@ export NODE_ENV=production
|
|||||||
IFS="," read -a API_ARRAY <<< $FEDERATION_COMMUNITY_APIS
|
IFS="," read -a API_ARRAY <<< $FEDERATION_COMMUNITY_APIS
|
||||||
for api in "${API_ARRAY[@]}"
|
for api in "${API_ARRAY[@]}"
|
||||||
do
|
do
|
||||||
FEDERATION_API=$api
|
FEDERATION_API="$api"
|
||||||
export FEDERATION_API
|
export FEDERATION_API
|
||||||
modulname=gradido-federation-$api
|
modulname="gradido-federation-$api"
|
||||||
# calculate port by remove '_' and add value of api to baseport
|
# calculate port by remove '_' and add value of api to baseport
|
||||||
port=${api//_/}
|
port=${api//_/}
|
||||||
FEDERATION_PORT=${FEDERATION_COMMUNITY_API_PORT:-5000}
|
FEDERATION_PORT=${FEDERATION_COMMUNITY_API_PORT:-5000}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user