Update mover

space removed
This commit is contained in:
DaRK AnGeL
2025-04-18 12:45:16 +03:00
committed by GitHub
parent 55d5894b8c
commit e381d44fe3

View File

@@ -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