mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 17:20:04 -06:00
fix(mover): mover was not moving shares with spaces from array to pool
This commit is contained in:
@@ -72,7 +72,7 @@ start() {
|
||||
else
|
||||
# secondary is the unRAID array
|
||||
if [[ -n $shareCachePool && -d "/mnt/$shareCachePool" ]]; then
|
||||
for SHAREPATH in /mnt/disk[1-9]/$SHARE/ /mnt/disk[1-9][0-9]/$SHARE/ ; do
|
||||
for SHAREPATH in /mnt/disk[1-9]/"$SHARE"/ /mnt/disk[1-9][0-9]/"$SHARE"/ ; do
|
||||
move "$SHAREPATH"
|
||||
done
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user