Skip to content

Commit

Permalink
fix: generating when non zero trust
Browse files Browse the repository at this point in the history
Signed-off-by: dovholuknf <46322585+dovholuknf@users.noreply.github.com>
  • Loading branch information
dovholuknf committed Mar 28, 2024
1 parent ae21cf2 commit 0ce9980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose-builder/gen_secure_compose_ext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ if [ "$ZERO_TRUST" = "1" ]; then
SERVICE_PORT: 80
ports: !reset null
HERE
else
sed -i 's,${ZERO_TRUST},,g' "$SERVICE_EXT_COMPOSE_PATH"
fi
case "${service_name}" in
device-bacnet-ip | device-bacnet-mstp | device-coap | device-gpio)
Expand Down

0 comments on commit 0ce9980

Please sign in to comment.