diff options
| author | Olcan <[email protected]> | 2025-04-21 12:13:16 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-21 12:13:16 -0700 |
| commit | dea0782c891b2d849cc31c1364b32a9fb9a7a312 (patch) | |
| tree | 509e500c6d3065c372645b1b91670e8927f4ed24 /scripts/start_sandbox.sh | |
| parent | 651a5434036f1906f19523f1265686c168305060 (diff) | |
fix flags via sandbox (again) (#87)
Diffstat (limited to 'scripts/start_sandbox.sh')
| -rwxr-xr-x | scripts/start_sandbox.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/start_sandbox.sh b/scripts/start_sandbox.sh index b6693ce6..b30e81bf 100755 --- a/scripts/start_sandbox.sh +++ b/scripts/start_sandbox.sh @@ -44,4 +44,4 @@ run_args+=(--name "$IMAGE-$INDEX") # run gemini-code in sandbox container # use empty --authfile to skip unnecessary auth refresh overhead -$CMD run "${run_args[@]}" --authfile <(echo '{}') --workdir "$WORKDIR" "$IMAGE" node "$CLI_DIST"
\ No newline at end of file +$CMD run "${run_args[@]}" --authfile <(echo '{}') --workdir "$WORKDIR" "$IMAGE" node "$CLI_DIST" "$@"
\ No newline at end of file |
