Serials_destination2=$(find "$SerialsFolder" -type f -iname "$WhatRenameFile" | sed -n '1p' );
#извлекаем папку найденного файла
Serials_destination=$(dirname "$Serials_destination2" )
#перемещаем
mv "$WhatFolder"/* "$Serials_destination"