Skip to content

Commit 13ad7cb

Browse files
committed
remove obsolete RELAY_AUTH_BLOCK conditional
simplify ENV_CONTENT construction now SAS auth is no longer injected eliminate dead code and improve .env generation readability
1 parent 4f62b96 commit 13ad7cb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

scripts/bash/deploy_arc_ring.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ PACS_DB_PATH=${BASE_PATH}/data/pacs.db
9292
LOG_LEVEL=INFO
9393
SAMPLE_IMAGES_PATH=${BASE_PATH}/current/sample_images"
9494

95-
if [[ -n "${RELAY_AUTH_BLOCK}" ]]; then
96-
ENV_CONTENT="${ENV_CONTENT}
97-
${RELAY_AUTH_BLOCK}"
98-
fi
99-
10095
# Cross-platform base64 encoding (works on macOS and Linux)
10196
ENV_CONTENT_B64=$(printf '%s' "$ENV_CONTENT" | base64 | tr -d '\n')
10297

0 commit comments

Comments
 (0)