From e381d44fe33c7de12ffeff600e63dd88ae3aed05 Mon Sep 17 00:00:00 2001 From: DaRK AnGeL <28630321+masterwishx@users.noreply.github.com> Date: Fri, 18 Apr 2025 12:45:16 +0300 Subject: [PATCH] Update mover space removed --- sbin/mover | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/mover b/sbin/mover index 3a6356c0e..9ace460fc 100755 --- a/sbin/mover +++ b/sbin/mover @@ -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