]> Unraid Open Files Plugin (Fork) This plugin shows any open files on the array that might prevent a clean shutdown. It installs a page in the "Tools" section to view processes that are holding files open on the array, helping to diagnose unclean shutdown issues. This fork preserves functionality from dlandon and BubbaQ's original plugin. ###2025.05.11a - Initial release of the forked version. https://github.com/&github;/releases/download/v&version;/&name;-&version;-x86_64-1.txz rm -f $(ls /boot/config/plugins/&name;/&name;*.txz | grep -v '&version;') echo "----------------------------------------------------" echo " Open Files plugin installed" echo " Version: &version;" echo "----------------------------------------------------" echo "" echo "Removing Open Files plugin..." removepkg /boot/config/plugins/&name;/&name;-&version; rm -rf &plugdir; rm -rf /boot/config/plugins/&name; echo "----------------------------------------------------" echo "Open Files plugin &version; successfully removed." echo "----------------------------------------------------"