Skip to content

fix: restore executable bit on 3 scripts dropped by the M2 argv fix#86

Merged
ncimino merged 1 commit into
mainfrom
fix/nik-restore-exec-bit
Jul 15, 2026
Merged

fix: restore executable bit on 3 scripts dropped by the M2 argv fix#86
ncimino merged 1 commit into
mainfrom
fix/nik-restore-exec-bit

Conversation

@ncimino

@ncimino ncimino commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Follow-up to #85. The fleet-wide argv fix rewrote these files via a temp-file+mv that didn't preserve mode, flipping 100755100644. Restores +x on scripts/bootstrap-otel-agent.sh, scripts/deploy-otel-fleet.sh (run directly), and openclaw-docker/template/terraform/itofu.sh.jinja (copier preserves mode into the rendered site's itofu.sh, executed as ./itofu.sh). Mode-only change, no content change.

The fleet-wide argv fix (9abaf71) rewrote these via a temp-file+mv that didn't
preserve mode, flipping 100755 -> 100644. Restore +x on the two scripts/*otel*
fleet helpers (run directly) and the openclaw itofu.sh.jinja template (copier
preserves mode into the rendered site's itofu.sh, which is executed as ./itofu.sh).
Copilot AI review requested due to automatic review settings July 15, 2026 05:02
@ncimino ncimino requested a review from iamwaseem18 as a code owner July 15, 2026 05:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

@ncimino ncimino merged commit 77e2bd2 into main Jul 15, 2026
17 checks passed
@ncimino ncimino deleted the fix/nik-restore-exec-bit branch July 15, 2026 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants