3 Commits

Author SHA1 Message Date
Tom Mortensen
621d826533 fix: Attempts Docker image mount before array is accessible, resulting in benign file not found error
This was caused by 'in_use' script failing with exclusive shares because /mnt/user/share is a symlink
and getattr() fails to retrieve system.LOCATION.

This was fixed by getting rid of in_use script and instead add checks directly in mount_image and
also in 'move' program.
2025-10-14 21:42:37 -07:00
ljm42
c9c2a0a8be Set bash shebang on scripts
Any shell scripts that have been modified for Unraid should have the correct `#!/bin/bash` shebang to aid with linting.
2023-09-08 11:17:53 -07:00
Tom Mortensen
f9ec00b488 repo reorg 2023-06-02 12:49:33 -07:00