#!/bin/bash find /mnt/storage/image/.trash/* -maxdepth 0 -type d -ctime +7 -exec rm -rf {} \;