Fix executable bit on scripts/*.sh, tracked as non-executable since commit

auto-deploy.sh only ever worked because someone chmod +x'd it directly
on the server after cloning, outside git - a fix that lived nowhere
git could see. A `git checkout --` to that file (recovering from an
unrelated direct edit) silently restored the tracked 644 mode,
breaking the deploy timer with "Permission denied" until caught via
journalctl. bootstrap-env.sh had the identical latent bug, just never
triggered since it's only ever run manually.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
This commit is contained in:
2026-08-06 07:13:42 -04:00
co-authored by Claude Sonnet 5
parent 8ec7ca0881
commit d706f226de
2 changed files with 0 additions and 0 deletions
Regular → Executable
View File