get_files_prey_in_temp(function (err, files) {
    if (err) console.log(err);
    if (err) return cb();
    if (files && files.length == 0) return cb();
    count = files.length;