From 824048b9d41fb43affde665befe6b02434e41fb1 Mon Sep 17 00:00:00 2001 From: NuklearRabbit <145918611+NuklearRabbit@users.noreply.github.com> Date: Sun, 2 Aug 2026 07:20:48 +0200 Subject: [PATCH] fix(deploy): mark setup-scheduled-scan.sh executable Matches the other deploy/unraid/*.sh scripts; was committed 644 instead of 755, caught while running it directly against the Unraid deployment. --- deploy/unraid/setup-scheduled-scan.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 deploy/unraid/setup-scheduled-scan.sh diff --git a/deploy/unraid/setup-scheduled-scan.sh b/deploy/unraid/setup-scheduled-scan.sh old mode 100644 new mode 100755