#!/bin/bash

find "/var/www/vhosts/webspace.ltd/htdocs/cache00" -mmin +1 -exec rm -f {} \;
#find "/var/www/vhosts/webspace.ltd/htdocs/cache01" -mmin +1 -exec rm -f {} \;
#find "/var/www/vhosts/webspace.ltd/htdocs/cache02" -mmin +1 -exec rm -f {} \;
#find "/var/www/vhosts/webspace.ltd/htdocs/cache03" -mmin +1 -exec rm -f {} \;
