mirror of
https://github.com/unraid/webgui.git
synced 2026-01-07 10:10:05 -06:00
Update mover
space removed
This commit is contained in:
@@ -106,8 +106,8 @@ empty() {
|
||||
# output list of files which could not be moved
|
||||
shopt -s dotglob ; FILES=(/mnt/"$DISK"/*) ; shopt -u dotglob
|
||||
if [ ${#FILES[@]} -gt 2 ]; then
|
||||
echo "mover: not moved:"
|
||||
ls -1 --almost-all --recursive /mnt/"$DISK"
|
||||
echo "mover: not moved:"
|
||||
ls -1 --almost-all --recursive /mnt/"$DISK"
|
||||
fi
|
||||
|
||||
rm -f $PIDFILE
|
||||
|
||||
Reference in New Issue
Block a user