From 3ae24939cc615ab2afe1dda7635458a015c44d34 Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Sat, 1 Aug 2026 11:41:39 -0400 Subject: [PATCH] Fix array-stop event hook folder name (disks_unmounting -> unmounting_disks) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unraid's real event name is unmounting_disks, not disks_unmounting — the mismatch meant emhttp_event never found this hook, so array_stopping.sh never ran on real array stop. --- .../event/{disks_unmounting => unmounting_disks}/array_stop_jobs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Plugin/unraid/event/{disks_unmounting => unmounting_disks}/array_stop_jobs (100%) diff --git a/Plugin/unraid/event/disks_unmounting/array_stop_jobs b/Plugin/unraid/event/unmounting_disks/array_stop_jobs similarity index 100% rename from Plugin/unraid/event/disks_unmounting/array_stop_jobs rename to Plugin/unraid/event/unmounting_disks/array_stop_jobs