diff --git a/entrypoint.sh b/entrypoint.sh index 18e47b6..c88d8db 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,9 +27,9 @@ if [ "$ALLOW_FETCH" = true ]; then fi if [ "$ENABLE_CONCURRENT" = true ]; then - ARGS+=(--cmode=concurrent) + ARGS+=('--cmode=concurrent') else - ARGS+=(--cmode=legacy) + ARGS+=('--cmode=legacy') fi ARGS+=(