From 7bf83bf46a4166e5b6dcb36b0a2733490292947d Mon Sep 17 00:00:00 2001 From: Anto01 Date: Sat, 11 Apr 2026 12:22:20 -0400 Subject: [PATCH] chore: mark cron-backup.sh executable deploy.sh sync-checkout was landing the file without an exec bit, so the cron run hit 'Permission denied' until chmod +x was applied manually on Dalidou. Persist the exec bit in the git index so future deploys don't regress. Co-Authored-By: Claude Opus 4.6 (1M context) --- deploy/dalidou/cron-backup.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 deploy/dalidou/cron-backup.sh diff --git a/deploy/dalidou/cron-backup.sh b/deploy/dalidou/cron-backup.sh old mode 100644 new mode 100755