From 6870ae53dae61e1db9e082a871f4dde704d7e8d5 Mon Sep 17 00:00:00 2001 From: Micha Date: Tue, 23 Jun 2026 17:25:24 +0200 Subject: [PATCH] Mark send-ntfy.sh executable so restore-failure alerts fire run-restore-job-with-ntfy.sh execs send-ntfy.sh directly; without the exec bit the failure-alert path errored with Permission denied (found during Codex alert drill 2026-06-23). Set the exec bit in the repo to match the live fix. Co-Authored-By: Claude Opus 4.8 --- ops/restore-tests/send-ntfy.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 ops/restore-tests/send-ntfy.sh diff --git a/ops/restore-tests/send-ntfy.sh b/ops/restore-tests/send-ntfy.sh old mode 100644 new mode 100755